Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 407 Bytes

File metadata and controls

12 lines (6 loc) · 407 Bytes

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 🚀