- Fork and clone this repository
- Use the files provided for each exercise. This will make it easier to keep track of solutions
- Write JavaScript code to obtain the data prompted by each question (included in js files)
- Run each file by typing
node nameOfFile.js
Add elements to an array.
Put two arrays together.
Requirements
- First, use Array functions.
- Then, solve using Array spread operator.
Removing specific elements from an array.
Accessing deep, nested values in Objects.
Accessing values using Object bracket syntax.
Retrieving keys from an Object.
- All content is licensed under a CC-BY-NC-SA 4.0 license.
- All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.