January 2017
Beginner to intermediate
550 pages
10h 6m
English
The JavaScript code in a page has access to a number of objects. These objects can be divided into the following types:
DOM stands for Document Object Model and BOM for Browser Object Model.
The DOM is a standard governed by the World Wide Web Consortium (W3C) and has different versions, called levels, such as DOM Level 1, DOM Level 2, and so on. Browsers in use today have different degrees of compliance with ...
Read now
Unlock full access