feat(curriculum): daily challenges 120-143 (#64173)

This commit is contained in:
Tom
2025-12-03 08:49:27 -06:00
committed by GitHub
parent a6e5748b25
commit b8e32be3e4
55 changed files with 4316 additions and 3 deletions
@@ -13,7 +13,7 @@ const { MONGOHQ_URL } = process.env;
// Number challenges in the dev-playground blocks
// Update this if the number of challenges changes
const EXPECTED_CHALLENGE_COUNT = 119;
const EXPECTED_CHALLENGE_COUNT = 143;
// Date to set for the first challenge, second challenge will be one day later, etc...
// **DO NOT CHANGE THIS AFTER RELEASE (if seeding production - okay for local dev)**