This pack contains small exercises designed to understand how you think and reason. We’re not judging framework familiarity or syntax perfection.
npm install
npm test # run JS + TS tests
npm run test:watch # optional: run tests in watch mode- Explain your reasoning aloud.
- Start simple; handle core path first, then edge cases.
- Write small helper functions if that clarifies your approach.