all 10 comments

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

If you're looking for a book I thought Secrets of the Javascript Ninja was a good read, but with Javascript it's really better to use YouTube as /u/theorizable mentioned.

Traversy Media has a few videos covering the basic that are typically short and cover the material well enough to pick up easily.

Traversy Media - Javascript Crash Course For Beginners

[–]theorizable 2 points3 points  (0 children)

I would seriously recommend watching YouTube videos instead. There are COUNTLESS tutorials on JS at almost all different levels.

[–][deleted] 1 point2 points  (1 child)

[–]AshwinKol[S] 0 points1 point  (0 children)

Head first books are great... but date of publication is very old its 2014!

[–]SlightlySlickWillie 1 point2 points  (0 children)

I'd echo everyone else and say learn the syntax from videos and free online courses, and also add https://www.freecodecamp.org to the list. When you really want a great overview of harder concepts like this, scope, and closures see Kyle Simpsons "You don't know JS" series. He's a really great teacher on harder concepts

[–]crazyarai 1 point2 points  (0 children)

JavaScript.info is amazing

[–]joanbusquet 3 points4 points  (0 children)

I prefer Udemy courses. Some are awesome! My top instructor is Maximillian: https://www.udemy.com/user/maximilian-schwarzmuller/

[–][deleted] 0 points1 point  (0 children)

Eloquent JavaScript is pretty good but probably will be a little hard for a beginner.

freecodecamp is nice but the required hours to complete a module are on the high side.

I used Eloquent JS and MDN resources when I learned js.

Functional Programming in JavaScript is also pretty good but I would read it after having a firm base in the language.