Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

JSType

The values of the JSType enumeration represent the types of JavaScript values.

Value Description
JSTYPE_VOID The undefined value.
JSTYPE_OBJECT JavaScript objects.
JSTYPE_FUNCTION Functions.
JSTYPE_STRING Strings.
JSTYPE_NUMBER Numbers.
JSTYPE_BOOLEAN Boolean values, true and false.
JSTYPE_NULL The null value.
JSTYPE_SYMBOL Symbols.

See Also

Document Tags and Contributors

 Contributors to this page: arai, fscholz, Jorend, Jimb
 Last updated by: arai,