Skip to content

Commit a5b3bee

Browse files
committed
Editing comment
1 parent 3f55757 commit a5b3bee

File tree

1 file changed

+1
-1
lines changed
  • Sprint-2/2-mandatory-debug

1 file changed

+1
-1
lines changed

Sprint-2/2-mandatory-debug/0.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Predict and explain first...
22

3-
// =============> write your prediction here : There is no return statement for the parameters.
3+
// =============> write your prediction here : There is no return statement for the parameters. because of this, the function returns undefined.
44

55
function multiply(a, b) {
66
console.log(a * b);

0 commit comments

Comments
 (0)