Dillion Megida 5/3/2020

Some Javascript features are actually Browser APIs

Read Original

This article clarifies a common misconception in web development: many features attributed to JavaScript, such as setTimeout, fetch, and the document object, are actually provided by Browser APIs. It explains the relationship between the JavaScript language and the browser environment, touches on W3C standards ensuring consistency across browsers, and briefly contrasts this with Node.js.

Some Javascript features are actually Browser APIs

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week