Skip to content

Commit 92fef89

Browse files
committed
Add the word explanation on the explanation section to make it more understandble
1 parent 6ae65da commit 92fef89

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ console.log(`The sum of 10 and 32 is ${sum(10, 32)}`);
1313
*/
1414

1515
// =============> write your explanation here
16-
/** The arguments "a + b" should be on the same line as the return so the sum returns that value instead of "undefined"
16+
/** Explanation:
17+
* The arguments "a + b" should be on the same line as the return so the sum returns that value instead of "undefined"
1718
*/
1819

1920
// Finally, correct the code to fix the problem

0 commit comments

Comments
 (0)