Skip to content

Commit 0c1f1ad

Browse files
committed
Fix formatting in explanation comment for sum function
1 parent aaa500c commit 0c1f1ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Sprint-2/2-mandatory-debug

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ console.log(`The sum of 10 and 32 is ${sum(10, 32)}`);
1212

1313
// =============> write your explanation here
1414

15-
// Explanation: The return keyword is used and the functions is not executed because the expression is on a different line
16-
which means the computer would not run the expression alongside the return keyword.
15+
// Explanation: The return keyword is used and the functions is not executed because the expression is on a different line
16+
//which means the computer would not run the expression alongside the return keyword.
1717

1818
// Finally, correct the code to fix the problem
1919
// =============> write your new code here

0 commit comments

Comments
 (0)