feat(curriculum): Add data sanitizer sweep lab - #67313
Conversation
… simplicity. Change the info character from // to /
majestic-owl448
left a comment
There was a problem hiding this comment.
the folder and block can't be named data-sanitizer-sweep, a lab dashed name needs to start with lab- (it can stay as dashedName inside the challenge file tho)
Reason for counting skipped entry as successfully sanitized entry was more hoping to simplify the lab therefore students will only need to track 2 types of counts: sanitized and unsanitized counts. I'm currently reviewing the whole PR so I will be putting it back to draft and redo it. |
Thanks for your review
|
Co-authored-by: Dario <105294544+Dario-DC@users.noreply.github.com> Signed-off-by: MarkI2 <39160791+MarkI2@users.noreply.github.com>
…69eefea5a952ae85871df0dc.md Co-authored-by: Dario <105294544+Dario-DC@users.noreply.github.com> Signed-off-by: MarkI2 <39160791+MarkI2@users.noreply.github.com>
…69eefea5a952ae85871df0dc.md Co-authored-by: Dario <105294544+Dario-DC@users.noreply.github.com> Signed-off-by: MarkI2 <39160791+MarkI2@users.noreply.github.com>
Add console.log line to the fatal error section.
|
when you are ready for a new review, let us know by marking the PR as ready for review |
…ntents that was causing correct solution failure.
…escription and all other information goes to user story. Trying to add spyon was causing the check 6 to fail with or without variable used in console.log. So taking out the console.log requirement in user story 5.
Checklist:
mainbranch of freeCodeCamp.Closes #64126