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 aaa500c commit 0c1f1adCopy full SHA for 0c1f1ad
1 file changed
Sprint-2/2-mandatory-debug/1.js
@@ -12,8 +12,8 @@ console.log(`The sum of 10 and 32 is ${sum(10, 32)}`);
12
13
// =============> write your explanation here
14
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.
+// Explanation: The return keyword is used and the functions is not executed because the expression is on a different line
+//which means the computer would not run the expression alongside the return keyword.
17
18
// Finally, correct the code to fix the problem
19
// =============> write your new code here
0 commit comments