Sum of Passed Arguments Lab

Easy
5
58.3% Acceptance

In this lab, you have to create a function named 'sumOfArgs' that accepts any number of arguments, filters out the numbers and returns the sum of numbers as output. Use ESM syntax for exporting the function from your index.js file.