Skip to content

sixhops/js-array-object-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Arrays and Objects

Getting Started

  • 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

array1.js

Add elements to an array.


array2.js

Put two arrays together.

Requirements

  • First, use Array functions.
  • Then, solve using Array spread operator.

array3.js

Removing specific elements from an array.


object1.js

Accessing deep, nested values in Objects.


object2.js

Accessing values using Object bracket syntax.


object3.js

Retrieving keys from an Object.


Licensing

  1. All content is licensed under a CC-BY-NC-SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published