Draft
Sum of all arguments.
539 of 1,110user9800995
Description:
Calculate the sum of all the arguments passed to a function.
Note: If any of the arguments is not a finite number the function should return false/False
instead of the sum of the arguments.
For example:
sum(1,2,3,4) should return 10
sum(1, "two", 3) should return false
sum(1, 2, [3], NaN) should return false
Similar Kata:
Stats:
Created | Aug 30, 2015 |
Warriors Trained | 2139 |
Total Skips | 232 |
Total Code Submissions | 7689 |
Total Times Completed | 1110 |
JavaScript Completions | 539 |
Python Completions | 408 |
Ruby Completions | 187 |
CoffeeScript Completions | 7 |
Total Stars | 24 |
% of votes with a positive feedback rating | 86% of 320 |
Total "Very Satisfied" Votes | 254 |
Total "Somewhat Satisfied" Votes | 43 |
Total "Not Satisfied" Votes | 23 |
Total Rank Assessments | 325 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 2 kyu |
Lowest Assessed Rank | 8 kyu |