Skip to content

A morning challenge by @eliasCodes to get students more comfortable manipulating data structures

Notifications You must be signed in to change notification settings

TiC-1/mc-objects-and-arrays

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morning Challenge

Objects, Arrays and Array methods

Your task is to complete as many of the functions as you can, using the instructions provided in the comments.

The following is NOT ALLOWED:

  • for loops
  • while loops
  • Array.push
  • The delete keyword

Instead, try to use array methods like .map, .filter and .reduce.

The purpose of this challenge is to get used to manipulating data, and also to get used to using array methods.

To do the challenge, clone this repo, and cd into it. Go into index.js, read the comments and follow the instructions.

Run npm test regularly to ensure your code works.

About

A morning challenge by @eliasCodes to get students more comfortable manipulating data structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%