reading-notes

https://motaser.github.io/reading-notes/

View on GitHub

WHAT IS AN OBJECT?

Objects group together a set of variables and functions to create a modelof a something you would recognize from the real world. In an object,variables and functions take on new names.

Document Object Model

The Document Object Model (DOM) specifies how browsers should create a model of an HTML page and how JavaScript can access and update the contents of a web page while it is in the browser window.

imge