mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-04 18:05:32 -05:00
397 B
397 B
--description--
Paragraph 1
code example
--before-each--
// before each code
function setup() {
return 'initialized';
}
setup();
--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);
}