Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leta91/modify-targaryen-nested-object-in-js

How to modify an object nested within an object in JavaScript (House of the Dragon Inspired)
https://github.com/leta91/modify-targaryen-nested-object-in-js

daemontargaryen development fcc freecodecamp freecodecamp-challenge hotd houseofthedragon javascript js nested-objects object targaryen

Last synced: 15 days ago
JSON representation

How to modify an object nested within an object in JavaScript (House of the Dragon Inspired)

Awesome Lists containing this project

README

        

# 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 🚀