1.3.1 JavaScript in Web Pages

So far, we have been using JavaScript itself within the environment of the console. In reality, that is not how the majority of JavaScript is used. It is used in web pages.

Document Object Model (DOM)

External JavaScript File

Manipulating DOM Text Nodes

Events

Adding/Removing DOM Elements