7 kyu
For the sake of argument
4,596 of 5,292jnicol
Description:
Write a function named numbers
.
function should return True if all parameters are of the Number type.
The function should accept any number of parameters.
Example usage:
numbers(1, 4, 3, 2, 5); // true
numbers(1, "a", 3); // false
numbers(1, 3, NaN); // true
Arrays
Fundamentals
Similar Kata:
Stats:
Created | Oct 12, 2013 |
Published | Oct 12, 2013 |
Warriors Trained | 8004 |
Total Skips | 994 |
Total Code Submissions | 42151 |
Total Times Completed | 5292 |
JavaScript Completions | 4596 |
CoffeeScript Completions | 88 |
Python Completions | 501 |
Total Stars | 48 |
% of votes with a positive feedback rating | 89% of 470 |
Total "Very Satisfied" Votes | 387 |
Total "Somewhat Satisfied" Votes | 66 |
Total "Not Satisfied" Votes | 17 |