7 kyu
For the sake of argument
4,603 of 5,303jnicol
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 | 8019 |
Total Skips | 994 |
Total Code Submissions | 42180 |
Total Times Completed | 5303 |
JavaScript Completions | 4603 |
CoffeeScript Completions | 88 |
Python Completions | 505 |
Total Stars | 48 |
% of votes with a positive feedback rating | 89% of 471 |
Total "Very Satisfied" Votes | 388 |
Total "Somewhat Satisfied" Votes | 66 |
Total "Not Satisfied" Votes | 17 |