JavaScript references - objects (Object())

Objects are very important data type in JavaScript. They may be made of any specific or non-specific group of data types and functionality. Objects can be created more then one wa...

JavaScript references - global object, properties and methods

JavaScript has built-in Global object, properties and methods.  Here is the list of Global properties and methods: Methods:

JavaScript references - math object, properties and methods

JavaScript has a built-in Math object with properties and methods that are used for numerous mathematical functions. Here is the list of Math properties and methods:

JavaScript references - Browser Object Model

BOM or Browser Object Model is a collection of methods and properties implem...

JavaScript references - Document Object Model

DOM or Document Object Model is a structured representation of a HTML (or XML) document. It...

JavaScript references - Document Object Model levels 2 and 3

The DOM level 1 worked only with the Core and the HTML modules. While the extension level1 describes direct relationship between DOM and HTML t...

JavaScript references - events

Events in JavaScript are described as on of the two possible principles, that is the event bubbling principle a...

JavaScript references - forms

JavaScript DOM may be used to manipulate form elements trhough and array or directly. The table below is showing properties and meth...

JavaScript references - XML