feat(curriculum): daily challenges 90-99 (#62925)

Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
Tom
2025-11-03 10:41:36 -06:00
committed by GitHub
parent 5124412827
commit cf9a19746d
23 changed files with 1782 additions and 1 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 = 89;
const EXPECTED_CHALLENGE_COUNT = 99;
// 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)**