logo
logo

Sum All

Sum All

Create a function called
sumNumbers
that takes in a variable number of arguments and returns the sum of all the numbers.
export const sumNumbers = (...numbers) => {
  // your code here
};

Console
Submit
Solution
00:00
=> No logs to display