This folder contains all TypeScript stuff
- Clone this project on your local machine
- Run
npm install
to grab all dependencies - For each step (01 to 09) run these command in two separated terminal
npm run start-01
(to compile TS files into JS files)npm run test-01
(to run JS test files)
- While there is error, find a fix 😎
- First, fix the compilation error (start command) by fix syntaxic error
- Second, fix the test by updating the part with an underscore (
_
) in test files :)