Skip to content

erikAlon/Sprint-Challenge--JavaScript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initializing Project - We have set up a testing environment for you using Jest

  • Fork/Clone this project into a directory on your machine.
  • cd into your forked local copy.
  • notice there is a package.json file included. remember that a package.json file is like a map of instructions for when you run npm install
  • run npm install to download all the dependancies you need for this project.
  • run npm run watch to start your tests in watch mode. This command will listen for changes as you work through the problems and save your challenges.js file. As soon as you hit save after writing some changes, the linter will run, and the tests will run as well.
  • As soon as you have a test passing, commit your changes to your fork so we can see an active commit stream.
  • Once you're done with all the tests, push your commits to your fork and submit a Pull-Request

Remember you can use any resources you want to solve these problems, but avoid copying/pasting solutions you've previously written. Also if you don't finish all of the challenges, that's fine! Just do what you can and submit your challenges in the end! HAVE FUN!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%