Welcome

JS Reference

JS Overview
JS Array
JS Boolean
JS Date
JS Math
JS Number
JS String
JS RegExp
JS Functions
JS Events

HTML DOM Objects

DOM Window
DOM Navigator
DOM Screen
DOM History
DOM Location

DOM Document

DOM Anchor
DOM Area
DOM Base
DOM Body
DOM Button
DOM Event
DOM Form
DOM Frame
DOM Frameset
DOM IFrame
DOM Image
DOM Input Button
DOM Input Checkbox
DOM Input File
DOM Input Hidden
DOM Input Password
DOM Input Radio
DOM Input Reset
DOM Input Submit
DOM Input Text
DOM Link
DOM Meta
DOM Object
DOM Option
DOM Select
DOM Style
DOM Table
DOM TableCell
DOM TableRow
DOM Textarea

JavaScript Reference

previous next

JavaScript

This section contains a complete reference of all the built-in JavaScript objects, along with their methods and properties.

In addition to the built-in JavaScript objects, you can also access and manipulate all of the HTML DOM objects with JavaScript.

A reference to all of the HTML DOM objects are listed in the menu to the left.


JavaScript String Object

The String object is used to manipulate text.

Our complete String object reference describes each properties and methods of the String object, along with examples.


JavaScript Date Object

The JavaScript Date object is used to work with dates and times.

Our complete Date object reference describes each properties and methods of the Date object, along with examples.


JavaScript Array Object

The JavaScript Array object is used to store a set of values in a single variable name.

Our complete Array object reference describes each properties and methods of the Array object, along with examples.


JavaScript Boolean Object

The JavaScript Boolean object is an object wrapper for a Boolean value.

Our complete Boolean object reference describes each properties and methods of the Boolean object, along with examples.


JavaScript Math Object

The JavaScript Math object allows you to perform mathematical tasks. It includes several mathematical constants and functions.

Our complete Math object reference describes each properties and methods of the Math object, along with examples.


JavaScript Number Object

The JavaScript Number object object is an object wrapper for primitive numeric values.

Our complete Number object reference describes each properties and methods of the Number object, along with examples.


JavaScript Top-level Properties and Functions

The top-level properties and functions can be used on all of the built-in JavaScript objects.

Our complete Top-level reference describes the properties and functions that can be used with all the JavaScript objects, along with examples.


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.

Our complete Event reference describes the events attributes, along with examples.


HTML DOM Objects

In addition to the built-in JavaScript objects, you can also access and manipulate all of the HTML DOM objects with JavaScript.

The HTML DOM defines a standard way to access and manipulate HTML documents.

For a complete reference of all the DOM objects, go to our HTML DOM reference.


previous next