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
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
For further actions, you may consider blocking this person and/or reporting abuse
Visaka Devi Chaves -
yukaty -
Anton Martyniuk -
Zahid Ali -
Top comments (2)
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.
Official specs are just too crazy to the bone.
So I usually use MDN docs.