Returns the typeof result of value.
typeof
value
1.0.0
typeOf(1);// => "number" Copy
typeOf(1);// => "number"
Returns the
typeof
result ofvalue
.