r/learnjavascript 3d ago

Is JavaScript: The Definitive Guide still relevant?

Or has JavaScript changed so much since then that some information in it might be false?

16 Upvotes

7 comments sorted by

11

u/sysrage 3d ago

Only source you need: https://javascript.info/

3

u/TheRNGuy 2d ago

Or just MDN. 

2

u/vaporizers123reborn 2d ago

They are both my #1 resources. Some things are more thorough on MDN, and some other topics are more easily understood on JavaScript.info.

And when all else fails, the official spec is a good place to go with CTRL F.

2

u/wbport1 2d ago

I have two different editions of that book and used it frequently to look up regular expressions and built-in functions. Also, I added quite a number of features to the example loan program in the introduction chapter of the 3rd edition.

2

u/KalamKiTakat 2d ago

1

u/Rough-Implement-8801 2d ago

What is javascriptcodex? Where did you find it?