Sign In
Curriculum
Sum All
Mark as Completed
Sum All
Create a function called
sumNumbers
that takes in a variable number of arguments and returns the sum of all the numbers.
problem.js
Close file
problem.test.js
Close file
Reset
export
const
sumNumbers
=
(
...
numbers
)
=>
{
// your code here
}
;
Click to go back
Click to go forward
Refresh preview
Console
Submit
Solution
00:00
=> No logs to display
Previous Lesson
Next Lesson
Reset Current File
Reset All Files