Skip to content

worldline/JS-Training

Repository files navigation

JS-Training

JavaScript Advanced Training Course

Duration: ~3 days (20 hours)

Prerequisites: a beginner knowledge and experience of JavaScript language

Slides

Exercises

online with CodeSandbox (recommended):

or on your local machine:

  • Install latest version of Node.js and an IDE for JavaScript (recommended: Visual Studio Code)
  • Install Node dependencies (npm install at the project root folder)
  • Install the testing library globally for easier access to jest through CLI: npm i -g jest
  • Manually run all the tests with jest command, or one test in particular with jest exo01. Use --watch flag to automatically run the tests again whenever a source file has changed.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •