HTML vs DOM tree
a literal tree very unrelated to the DOM tree
So I read this,
"Keep in mind that the JavaScript does not alter your HTML, but the DOM - your HTML file will look the same, but the JavaScript changes what the browser renders."
and thought this needed e...
ranjans.hashnode.dev2 min read