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 442dbc8 commit 9a4536dCopy full SHA for 9a4536d
Sprint-2/2-mandatory-debug/1.js
@@ -19,4 +19,4 @@ function sum(a, b) {
19
return a + b;
20
}
21
22
-console.log(`The sum of 10 and 32 is ${sum(10, 32)}`);
+console.log(`The sum of 10 and 32 is ${sum(10, 32)}`);
0 commit comments