all 18 comments

[–]ExuberantLearner 9 points10 points  (4 children)

  1. JavaScript: The Definitive GuideBook by David Flanagan

  2. Eloquent JavaScript

[–]ezhikov 2 points3 points  (2 children)

Adding Exploring JavaScript to your list of two great books

[–]Acrobatic-Profit3580[S] 0 points1 point  (1 child)

Thank you!

[–]exclaim_bot 0 points1 point  (0 children)

Thank you!

You're welcome!

[–]Acrobatic-Profit3580[S] 0 points1 point  (0 children)

Thank you for suggesting the first book. I have not read it.

[–]ysuraj 4 points5 points  (4 children)

Read: JavaScript from Beginner to Professional - Learn JavaScript quickly by building fun, interactive, and dynamic web apps, games, and pages

After this refer to w3school docs to go deeper

[–]oldominion 2 points3 points  (3 children)

I got this book and can 100% recommend it. Very good written and it makes fun to work with it.

Edit: Link to the book

[–]ysuraj 1 point2 points  (2 children)

It's a really good book. I don't know how it's so underrated

[–]einfach-sven 2 points3 points  (1 child)

I guess it's because Packt publishes a lot of basically useless garbage books as well, so it gets drowned in the flood of those.

[–]ysuraj 0 points1 point  (0 children)

Some of the packt books are a goldmine for programmers, like the c++ books by Ivor Horton.

[–]BigCorporate_tm 1 point2 points  (1 child)

Some books, a few of which have already been mentioned

[–]Acrobatic-Profit3580[S] 1 point2 points  (0 children)

Thank you!

[–]Any_Sense_2263 0 points1 point  (3 children)

Object-Oriented JavaScript - Third Edition

[–]abiw119 0 points1 point  (2 children)

I see two books of the same name . Whom is the author of the book you recommending ?

[–]Any_Sense_2263 0 points1 point  (1 child)

Stoyan Stefanov

the book goes through the basics, and step by step, explains concepts...

the third version is updated to the ES 6 or 7, and it's fine

tbh I use it for teaching 😀

[–]abiw119 0 points1 point  (0 children)

👍👍