Skip to content

hackages/javascript-masterclass-april-2019

Repository files navigation

MasterClass JavaScript

Clone, Install and run the project!

  • git clone https://github.com/hackages/masterclass.javascript.git
  • npm install or yarn
  • npm test or yarn test

To run your tests again each time you make a modification, you can use the watch mode:

yarn/npm test --watch

You can also watch a specific file:

yarn/npm test --watch FILE_NAME

The tests will run inside your terminal.

Inside the __tests__ folder, there are tests that cover JavaScript concepts. The goal is to fix pass the test by assigning the right value to __.

Make sure to understand why each test case pass!

The program of the training is inside the following file:

  • ROADMAP.md

_ Happy Hacking!_

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published