We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae65da commit 92fef89Copy full SHA for 92fef89
Sprint-2/2-mandatory-debug/1.js
@@ -13,7 +13,8 @@ console.log(`The sum of 10 and 32 is ${sum(10, 32)}`);
13
*/
14
15
// =============> 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"
+ /** Explanation:
17
+ * The arguments "a + b" should be on the same line as the return so the sum returns that value instead of "undefined"
18
19
20
// Finally, correct the code to fix the problem
0 commit comments