Skip to content

Commit 6ae65da

Browse files
committed
Add parameter name a and b on explanation section
1 parent 0958092 commit 6ae65da

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
@@ -17,7 +17,7 @@ console.log(`The result of multiplying 10 and 32 is ${multiply(10, 32)}`);
1717

1818
/** Explanation:
1919
*
20-
* The following function takes two arguments as input and display the multiplication result.
20+
* The following function takes two arguments a and b as input and display the multiplication result.
2121
* But instead of using the function "console.log" it shoudl use the function "return (a * b)".
2222
* That's the reason it displays "undefined".
2323
*/

0 commit comments

Comments
 (0)