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 2bf3487 commit 54ca144Copy full SHA for 54ca144
Sprint-2/2-mandatory-debug/0.js
@@ -13,7 +13,7 @@ console.log(`The result of multiplying 10 and 32 is ${multiply(10, 32)}
13
// Finally, correct the code to fix the problem
14
// =============> write your new code here
15
function multiply(a, b) {
16
- return a * b; // Once I put a * b on the same line as return, it worked
+ return a * b;
17
}
18
19
console.log(` The sum of 10 and 32 is ${sum(10, 32)}`);
0 commit comments