demonstrating problem solving skill
npm run solve-problem [problem name]
npm install -g jest
Note : Jest requires Node version 10
- Run test only
jest
ornpm test
- Run test with coverage
jest --coverage
ornpm run coverage
npm run finish [problem name]
In topics folder, there are many sub folders. Each tries to solve a problem.
- index.js: contain main logics
- README.md
- description of problem
- Solutions
- script.js: invoke main logic function in index.js and console.log to see how it works by your eyes
- test.js: unit tests