Skip to content

Commit

Permalink
fix(challenges): commented output was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirajn2311 authored and scissorsneedfoodtoo committed Sep 13, 2018
1 parent 5e12499 commit 3cb972e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
Expand Down

0 comments on commit 3cb972e

Please sign in to comment.