typeof

Description

Returns the name of the type of object.

Syntax

string = typeof(object)

ParameterDescription
object Object to be identified by type.

Return Value

Returns the name of the object type. Possible types include boolean, number, string, table, function and null.