You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
freeCodeCamp Challenge (House of the Dragon inspired) 🐲
From Chapter 5 "Basic Data Structures"
Section 14 of the JavaScript Certification
Modify an Object Nested within an Object:
Here we've defined an object daemonTargaryen, which includes another object nested within it. Set the value of the thirdWife key to "The Realm's Delight"
Explanation of the solution is in the code 🚀
About
How to modify an object nested within an object in JavaScript (House of the Dragon Inspired)