rahulmoundekar / JS-Training

Advanced JavaScript Training

Home Page:https://codesandbox.io/s/github/worldline/JS-Training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS-Training

JavaScript Advanced Training Course

Slides

Exercises

online with CodeSandbox (recommended):

or on your local machine:

  • Install latest verison of Node.js and an IDE for JavaScript (recommended: Visual Studio Code)
  • Install Node dependencies (npm install at the project root folder) and the testing library (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.

About

Advanced JavaScript Training

https://codesandbox.io/s/github/worldline/JS-Training


Languages

Language:JavaScript 98.7%Language:HTML 1.3%