You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sprint-2/2-mandatory-debug/0.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
17
17
// =============> write your explanation here
18
18
// it wasn't completely as I predicted, the first console log statement inside the function multiply did worked and
19
-
// it printed 320, which measn that the function parameters a and b took the values 10 and 32 from the function call multiply(10, 32).
19
+
// it printed 320, which means that the function parameters a and b took the values 10 and 32 from the function call multiply(10, 32).
20
20
// but the second console log statement printed "The result of multiplying 10 and 32 is undefined" because the function multiply does not return any value,
21
21
// so the result of multiplying 10 and 32 is undefined.
0 commit comments