Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.

Commit 3cb972e

Browse files
Nirajn2311scissorsneedfoodtoo
authored andcommitted
fix(challenges): commented output was wrong
1 parent 5e12499 commit 3cb972e

File tree

1 file changed

+1
-1
lines changed
  • challenges/02-javascript-algorithms-and-data-structures

1 file changed

+1
-1
lines changed

challenges/02-javascript-algorithms-and-data-structures/es6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@
562562
" };",
563563
"})();",
564564
"console.log(increment(5, 2)); // returns 7",
565-
"console.log(increment(5)); // returns NaN"
565+
"console.log(increment(5)); // returns 6"
566566
],
567567
"head": [],
568568
"tail": []

0 commit comments

Comments
 (0)