typeOf()
Last updated
Was this helpful?
Last updated
Was this helpful?
typeOf()
Gets the specific object type of any
value.
value: any
The value of any
type to obtain its object
class name.
The return value is the object
class name of the given value
.