Skip to content

erikAlon/JavaScript-II

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced JavaScript

Instructions

  • Fork and clone this repo.
  • Run the command npm i to install needed node packages.
  • Run the command npm test <filename> to run the tests. (Example: npm test prototype)
  • Work through the files and make the tests pass.
  • Suggested order: prototype.js, class.js, recursion.js, this.js.
  • When you are finished submit a pull request.
  • Make commits often. A good practice would be to make a commit when you get a test, or set of tests, to pass.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%