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 d979e47 commit 074eddbCopy full SHA for 074eddb
Sprint-2/2-mandatory-debug/1.js
@@ -15,5 +15,5 @@ console.log(`The sum of 10 and 32 is ${sum(10, 32)}`);
15
function sum(a, b) {
16
return a + b;
17
}
18
-//
+
19
console.log(`The sum of 10 and 32 is ${sum(10, 32)}`);
0 commit comments