JavaScript String Object The String object is used to manipulate a stored piece of text. For a complete reference of the properties and meth...
JavaScript String Object
The String object is used to manipulate a stored piece of text.
For a complete reference of the properties and methods that can be used with the String object, go to our String object reference.
The reference contains a brief description and examples of use for each property and method!
JavaScript Date Object
The JavaScript Date object is used to work with dates and times.
For a complete reference of the properties and methods that can be used with the Date object, go to our Date object reference.
The reference contains a brief description and examples of use for each property and method!
JavaScript Array Object
The JavaScript Array object is used to store a set of values in a single variable name.
For a complete reference of the properties and methods that can be used with the Array object, go to our Array object reference.
The reference contains a brief description and examples of use for each property and method!
JavaScript Boolean Object
The JavaScript Boolean object is an object wrapper for a Boolean value.
For a complete reference of the properties and methods that can be used with the Boolean object, go to our Boolean object reference.
The reference contains a brief description and examples of use for each property and method!
JavaScript Math Object
The JavaScript Math object allows you to perform common mathematical tasks. It includes several mathematical constants and functions.
For a complete reference of the properties and methods that can be used with the Math object, go to our Math object reference.
The reference contains a brief description and examples of use for each property and method!
JavaScript Number Object
The JavaScript Number object does not allow you to set specific number types (like integer, short, long or double). In JavaScript all numbers are 64bit floating point numbers and have a number range from 5e-324 (negative) to 1.7976931348623157e+308 (positive).
For a complete reference of the properties and methods that can be used with the Number object, go to our Number object reference.
The reference contains a brief description and examples of use for each property and method
JavaScript Events
New to HTML 4.0 was the ability to let HTML events trigger actions in the browser, like starting a JavaScript when a user clicks on an HTML element.
For a complete reference of all the event attributes, go to our Event reference.
The reference contains a brief description and examples of use for each event!