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 f5fbe4d commit 7596b5aCopy full SHA for 7596b5a
1 file changed
Sprint-2/2-mandatory-debug/1.js
@@ -3,7 +3,8 @@
3
// I predict it will show a undefined error
4
5
function sum(a, b) {
6
- return a + b;
+ return;
7
+ a + b;
8
}
9
10
console.log(`The sum of 10 and 32 is ${sum(10, 32)}`);
0 commit comments