DEV Community

Cover image for Learn JS with me #000
Prajwal Patil
Prajwal Patil

Posted on

Learn JS with me #000

Javascript, one of the most popular scripting languages we use.
Javascript unlike other languages doesn’t require any installation of some compiler or anything like that, it is just implemented by our regular web browsers.

Javascript also has some set of rules that every browser needs to follow. It is decided by ECMA.

ECMA releases something called as ECMAScript which is a document consisting of the updates that browsers need to implement.

Since 2015, these updates have become more regular, they release updates like ES2015, ES2016, ES2018 etc.

Whenever updates (new release) are released it is not you who needs to update the Javascript of the browser, it is the browser that needs to implement that given release by ECMA.

That is the reason, web developers are pissed off of the Internet Explorer because, it is not keeping up with the new releases of JavaScript.

Meme
Credits : r/ProgrammerHumor

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

Top comments (0)

Cloudinary image

Optimize, customize, deliver, manage and analyze your images.

Remove background in all your web images at the same time, use outpainting to expand images with matching content, remove objects via open-set object detection and fill, recolor, crop, resize... Discover these and hundreds more ways to manage your web images and videos on a scale.

Learn more

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay