mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-06 06:01:31 -05:00
398 B
398 B
--description--
Paragraph 1
code example
--after-each--
// after each code
function cleanup() {
return 'cleaned up';
}
cleanup();
--hints--
First hint
// test code
Second hint with code
// more test code
Third hint with code and inline code
// more test code
if(let x of xs) {
console.log(x);
}