The Awaken
New member
I know what you mean. The thing is that the JavaScript is the source.
The DOM is referring to the things on screen, which are essentially programming objects that are manipulated to HTML source.
If you were to change the source code dynamically, there would be no way to find out what it originally was.
The DOM is referring to the things on screen, which are essentially programming objects that are manipulated to HTML source.
If you were to change the source code dynamically, there would be no way to find out what it originally was.