Talk is cheap. Pass the tests.
English | 简体中文
- Post-ES6-time Best Practices
- Next Generation ECMAScript Challenges
- Deliberate Practice with TDD (Test-Driven Development)
Install the packages locally.
pnpm install
# or use npm
npm install
Then DIY your code in the main.js
file of each question.
Finally, try to pass the unit tests with TDD.
pnpm test
# or start the tests with UI
pnpm test:ui
BTW, you might get the answer in the index.js
file of the same directory.