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 083a9d2 commit f4c8d85Copy full SHA for f4c8d85
1 file changed
Sprint-2/2-mandatory-debug/0.js
@@ -16,5 +16,5 @@ console.log(`The result of multiplying 10 and 32 is ${multiply(10, 32)}
16
return a * b;
17
}
18
19
-console.log(` The sum of 10 and 32 is ${sum(10, 32)}`);
+console.log(`The result of multipying 10 and 32 is ${multiply(10, 32)}`);
20
0 commit comments