fix(challenges): commented output was wrong
This commit is contained in:
committed by
Kristofer Koishigawa
parent
5e12499cd1
commit
3cb972ecee
@ -562,7 +562,7 @@
|
|||||||
" };",
|
" };",
|
||||||
"})();",
|
"})();",
|
||||||
"console.log(increment(5, 2)); // returns 7",
|
"console.log(increment(5, 2)); // returns 7",
|
||||||
"console.log(increment(5)); // returns NaN"
|
"console.log(increment(5)); // returns 6"
|
||||||
],
|
],
|
||||||
"head": [],
|
"head": [],
|
||||||
"tail": []
|
"tail": []
|
||||||
|
Reference in New Issue
Block a user