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

Stats:

CreatedMay 3, 2016
PublishedMay 3, 2016
Warriors Trained1306
Total Skips12
Total Code Submissions5468
Total Times Completed908
JavaScript Completions907
Total Stars14
% of votes with a positive feedback rating91% of 354
Total "Very Satisfied" Votes302
Total "Somewhat Satisfied" Votes42
Total "Not Satisfied" Votes10
Total Rank Assessments17
Average Assessed Rank
7 kyu
Highest Assessed Rank
6 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • darlanmendonca Avatar
  • myjinxin2015 Avatar
  • narayanswa30663 Avatar
  • Voile Avatar
Ad