mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-01 08:05:25 -05:00
* feat: combine submission and execution calls * refactor: rename the click listeners onChallengeSubmission sounds like something that will get called in response to challenge submission, not something that will trigger it * fix: create one debounced function * fix: use lodash-es Otherwise we'll include all of lodash in the bundle. Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>