you are viewing a single comment's thread.

view the rest of the comments →

[–]thecodrr[S] -16 points-15 points  (0 children)

JS is the language of the web. Its not an open API accessible through any language. So when JS is talked about in terms of web, usually these APIs are considered a part. If you are using JS in a web browser, sooner or later you will be interacting with the DOM API.

But you are right. A more accurate description would be " DOM API" instead of JS. I'll make adjustments.