Special Operators
Overview
Special operators.
Methods Summarized
Methods Detailed
typeof()
Returns the type of the given object, one of these strings get returned: "number", "string", "boolean", "object", "function" or undefined if the object doesn't exists.
Returns: void
Sample
Last updated