Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/leta91/modify-targaryen-nested-object-in-js
- Owner: leta91
- License: mit
- Created: 2022-09-22T10:53:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-22T11:03:12.000Z (over 2 years ago)
- Last Synced: 2024-12-02T00:35:45.967Z (2 months ago)
- Topics: daemontargaryen, development, fcc, freecodecamp, freecodecamp-challenge, hotd, houseofthedragon, javascript, js, nested-objects, object, targaryen
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 🚀