HomeChallengesRepsProblemsLeaderboardTake a challenge
TRACK 07

Testing

You write the tests, not the code. Every suite is run against deliberately broken implementations, and scored on the bugs it catches.

6 challenges3 free2h of build time6 graded by running your code
Before you start

No prior testing experience is assumed anywhere in this track — most developers arrive having never written a test, and the hints are written for that rather than as reminders. If you can read a JavaScript function, you can start here.