Skip to content

carissab96/aa02-rest-and-spread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest and Spread Practice

Usage

  1. Download the starter
  2. cd into the folder and npm install to install dependencies
  3. npm test to run all specs
  4. Your objective is to implement the functions in the /problems folder to pass all specs

Running the specs for each problem

To run specs only for a single problem, you can add the file location of the test file that corresponds to the problem that you want to test. For example, if you want to test a file called problem/<file-name>.js file only, you can run npm test test/<file-name>-spec.js.

Submission

When you are ready to submit:

  1. Delete the node_modules directory
  2. Zip up your folder
  3. Upload it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published