Most popular exercises in javascript with automatic tests. Pull this code, try to solve each and if pass tests - make a PR. Each exercise could be solve in more than one way.
Prerequirements:
- installed node
- knowing basic of js
- can work with VS
For first run you have to open main folder in Visual Code (you should be on the same node as "package.json".

Then, open a terminal and write "npm i" to install all necessary dependencies. Now you can start work. :)
Run your tests by taping a command: "npm test {folderName}/test.js" e.g. "npm test fizzbazz/test.js"