Skip to content

nadia643/debug-adventure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manchester Codes Debugging Adventure

Debugging practice for node.js.

getting started

Clone this repository:

git clone git@github.com:MCRcodes/debug-adventure.git

Open the repository:

  cd debug-adventure/

Install dependencies:

  npm install

Switch to the bugged branch:

  git checkout bugs

Run tests:

  npm test

Challenge

You will see that most of the tests fail. Your challenge is to find the bugs in the code and correct them so the tests will pass. There are no bugs in the tests.

Remember:

  • Always read the error messages!
  • Google any error messages you don't understand.

Good Luck!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%