Skip to content

Commit 665adb3

Browse files
author
sunjieming
committed
Update problem description
1 parent 6ecf649 commit 665adb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/project-4.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Do not change any of the function names
22

33
const multiplyArguments = () => {
4-
// use the arguments keyword to multiply all of the arguments together and return the product
4+
// use the spread operator (...args) to multiply all of the arguments together and return the product
55
// if no arguments are passed in return 0
66
// if one argument is passed in just return it
77
};

0 commit comments

Comments
 (0)