6 kyu
Is Integer Array?
4,955 of 7,015ravikiranj
Description:
Write a function that:
- returns
true / True
if every element in an array is an integer or a float with no decimals. - returns
true / True
if array is empty. - returns
false / False
for every other input.
Arrays
Fundamentals
Similar Kata:
Stats:
Created | Dec 5, 2013 |
Published | Dec 6, 2013 |
Warriors Trained | 11483 |
Total Skips | 1094 |
Total Code Submissions | 89993 |
Total Times Completed | 7015 |
JavaScript Completions | 4955 |
Ruby Completions | 309 |
Python Completions | 1803 |
Total Stars | 151 |
% of votes with a positive feedback rating | 89% of 810 |
Total "Very Satisfied" Votes | 666 |
Total "Somewhat Satisfied" Votes | 116 |
Total "Not Satisfied" Votes | 28 |