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 addadec commit 5dc0b96Copy full SHA for 5dc0b96
Sprint-2/2-mandatory-debug/1.js
@@ -12,7 +12,7 @@ console.log(`The sum of 10 and 32 is ${sum(10, 32)}`);
12
// =============> write your explanation here
13
// it is undefined because it stopped reading at return;
14
// Finally, correct the code to fix the problem
15
-// =============> write your new code here
+// =============> write your new code here.
16
function sum(a, b) {
17
return a + b;
18
}
0 commit comments