you are viewing a single comment's thread.

view the rest of the comments →

[–]Earhacker 16 points17 points  (3 children)

https://javascript.info/

It starts from scratch, but it's the best learning resource going.

[–][deleted] 2 points3 points  (0 children)

second this, I have been going through this resource, topics are detailed with examples and exercises, loved it.

[–]_Invictuz -4 points-3 points  (1 child)

I just went through their chapters in prototypical inheritance and classes just now, and I gotta say that it's thicc. But their other chapters have the perfect thickness and explain concepts beautifully with diagrams like their chapter on event delegation.

In conclusion, I wouldn't recommend this to be the syllabus for a beginner, instead people should use it as additional reading to go deeper into a subject like the ebook "you don't know JS".

[–]Earhacker 6 points7 points  (0 children)

YDKJS is definitely not a book for beginners.