I don't want to nitpick but DOM is just an API (of W3 origins, which also makes it a standard).
"The DOM is not a JavaScript concept. It is an object model for web browsers"
The first part is correct, but the second is a little off. You might want to say "used _by_ web browsers..." or something along those lines.
http://www.youtube.com/watch?v=Y2Y0U-2qJMs
I don't want to nitpick but DOM is just an API (of W3 origins, which also makes it a standard).
"The DOM is not a JavaScript concept. It is an object model for web browsers"
The first part is correct, but the second is a little off. You might want to say "used _by_ web browsers..." or something along those lines.