Beta

Sum Only Numbers

Description:

It has to return the sum of all numbers passed as arguments (however many are provided). If no numbers are provided as arguments it must return 0. If 1 number is provided as an argument that number must be returned. If anything other than a number is provided as one or more of the arguments, it must be ignored. Example:

sumNumbers()             // 0
sumNumbers(1, 2)         // 3
sumNumbers(4, 5, '6')    // 9
Fundamentals

Stats:

CreatedMay 4, 2018
PublishedMay 4, 2018
Warriors Trained385
Total Skips40
Total Code Submissions676
Total Times Completed240
JavaScript Completions240
Total Stars2
% of votes with a positive feedback rating81% of 151
Total "Very Satisfied" Votes107
Total "Somewhat Satisfied" Votes32
Total "Not Satisfied" Votes12
Total Rank Assessments147
Average Assessed Rank
7 kyu
Highest Assessed Rank
5 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • merelj Avatar
  • FArekkusu Avatar
Ad