fix(challenges): commented output was wrong

pull/18182/head
Niraj Nandish 2018-09-11 17:40:00 +04:00 committed by Kristofer Koishigawa
parent 5e12499cd1
commit 3cb972ecee
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@
" };",
"})();",
"console.log(increment(5, 2)); // returns 7",
"console.log(increment(5)); // returns NaN"
"console.log(increment(5)); // returns 6"
],
"head": [],
"tail": []