Skip to content

joinpursuit/array_methods_assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pursuit Logo

Array Methods Lab

Get comfortable working with common Array methods. Documentation link

Learning Objectives

  • Be able use built in array methods in the place of for loops.
  • Get comfortable with forEach.
  • Get comfortable with map.
  • Get comfortable with filter.
  • Get comfortable with every.
  • Bonus - learn to use reduce.

Prerequisites

  • Experience with values types and operators
  • Experience with conditionals
  • Comfort with JS loops
  • Comfort with Arrays.
  • Familiarity with Objects.

Getting Started

  • Fork this repo
  • Clone the forked repository
  • cd to the directory where you cloned it
  • npm install to install dependencies
  • npm test to run the tests
  • npm run bonus to run the bonus tests

Note: Remember to git add, git commit and git push regularly

Submission Guidelines

  • When finished, commit and push your work.
  • Make a pull request on github.
  • Submit the link to your pull request on Canvas.

Resources