Skip to content

Commit 5dc0b96

Browse files
committed
1.js updated
1 parent addadec commit 5dc0b96

File tree

1 file changed

+1
-1
lines changed
  • Sprint-2/2-mandatory-debug

1 file changed

+1
-1
lines changed

Sprint-2/2-mandatory-debug/1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ console.log(`The sum of 10 and 32 is ${sum(10, 32)}`);
1212
// =============> write your explanation here
1313
// it is undefined because it stopped reading at return;
1414
// Finally, correct the code to fix the problem
15-
// =============> write your new code here
15+
// =============> write your new code here.
1616
function sum(a, b) {
1717
return a + b;
1818
}

0 commit comments

Comments
 (0)