Gets the run time type of the input. Note that this returns 'array' for arrays rather than 'object' (vs the built-in typeof operator that return 'object' for both arrays and objects.)
'array'
typeof
'object'
Gets the run time type of the input. Note that this returns
'array'for arrays rather than 'object' (vs the built-intypeofoperator that return'object'for both arrays and objects.)