JavaScript - DOM, Class, and Closure
DOM
DOM: Document Object Model
JavaScript is a light-weight language built to create a web page dynamically running on the browser
How the web page is loaded
User = Browser = Client
The client (through the browser) sends requests to the server
T...
siwonlog.hashnode.dev8 min read