DEV Community

Yash
Yash

Posted on

#discuss Do you read JavaScript Specification? Why should someone read JavaScript Specs?

I was talking to someone and they said that you need not read the JavaScript specs until you're implementing a parser or something.

I want to know the opinions of other devs on the topic.

Here's a link to the JavaScript specifications

Top comments (2)

Collapse
 
yashguptaz profile image
Yash

I will start by adding my opinion,
Even websites like MDN can be sometimes inaccurate and many people make corrections on MDN.
JavaScript specs are the only official way to know what something is doing.

I think everyone who's even an intermediate JavaScript developer should come to the JavaScript specs when they get stuck on a problem to learn the exact behavior of JavaScript.

If we promote people to read the JavaScript specs I think many people who complain about weird JavaScript behavior will stop complaining because they know what's happening.

Collapse
 
madza profile image
Madza • Edited

Official specs are just too crazy to the bone.
So I usually use MDN docs.