7 kyu
What is type of variable?
907 of 908darlanmendonca
Description:
Create a function to return true type of variable, i.e.
type([]) == 'array'
type({}) == 'object'
type('') == 'string'
type(NaN) == 'number'
Fundamentals
Similar Kata:
Stats:
Created | May 3, 2016 |
Published | May 3, 2016 |
Warriors Trained | 1306 |
Total Skips | 12 |
Total Code Submissions | 5468 |
Total Times Completed | 908 |
JavaScript Completions | 907 |
Total Stars | 14 |
% of votes with a positive feedback rating | 91% of 354 |
Total "Very Satisfied" Votes | 302 |
Total "Somewhat Satisfied" Votes | 42 |
Total "Not Satisfied" Votes | 10 |
Total Rank Assessments | 17 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 6 kyu |
Lowest Assessed Rank | 8 kyu |