docs: add challenge files template#1244
Merged
ojeytonwilliams merged 21 commits intofreeCodeCamp:mainfrom Mar 13, 2026
Merged
Conversation
Contributor
Author
|
I forgot about the hooks, adding those too |
Documents --before-all--, --before-each--, --after-each--, and --after-all-- hooks: which challengeTypes support them, execution order, and how DOM challenges (iframe) differ from non-DOM challenges (Web Worker).
Jeevankumar-s
requested changes
Mar 12, 2026
majestic-owl448
commented
Mar 12, 2026
majestic-owl448
commented
Mar 12, 2026
Co-authored-by: Jeevankumar S <jeevenkumar2003@gmail.com>
majestic-owl448
commented
Mar 12, 2026
majestic-owl448
commented
Mar 12, 2026
majestic-owl448
commented
Mar 12, 2026
majestic-owl448
commented
Mar 12, 2026
majestic-owl448
commented
Mar 12, 2026
ojeytonwilliams
requested changes
Mar 13, 2026
Contributor
ojeytonwilliams
left a comment
There was a problem hiding this comment.
Thanks for creating this, @majestic-owl448 I'm sure this will be very helpful.
majestic-owl448
commented
Mar 13, 2026
majestic-owl448
commented
Mar 13, 2026
Variables declared in --before-all-- are not in scope during isolated tests. State must be assigned to globalThis to persist across tests.
ojeytonwilliams
approved these changes
Mar 13, 2026
Contributor
ojeytonwilliams
left a comment
There was a problem hiding this comment.
Just some nitpicks, overall this looks great 👍
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist:
Update index.md)Related to #1200
This one aims to make some clarity on the general shape of the challenges, and which
challengeTypecan be used for what