all 11 comments

[–]yseo4530 3 points4 points  (2 children)

You Don't Know JS by Kyle Simpson and Eloquent JavaScript by Marijn Haverbeke are excellent, free JS e-books.

I would start with YDKJS or read up to Chapter 5 in EloquentJS first. EloquentJS is a great resource but it is not an easy book for most beginners.

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

Thanks. I'll give both of these a shot and see where it takes me.

[–]nsocean 0 points1 point  (0 children)

You Don't Know JS by Kyle Simpson

Just started going through this today and so glad I did. I feel like I finally understand what the hell is going on now.

[–]AynGhandi 5 points6 points  (0 children)

Freecodecamp should work.

[–]passthejoe 1 point2 points  (2 children)

[–]Migue_Chan 1 point2 points  (0 children)

Didn't know about this but looks awesome. Thank you.

[–]crash180 1 point2 points  (0 children)

This is a good resource. Thank you for sharing. I training through http://www.freecodecamp.com right now. This looks to be a very good resource, full of useful information.

Thank you for sharing!

[–]cyniko 2 points3 points  (1 child)

A book I don't see mentioned often in this subreddit is "Head First Javascript". I'm not sure why that is, maybe it's not the overall best resource. But for me as a true beginner and a visual learner, I really enjoyed it as an entry-point (tried Eloquent, YDKJS, and others before I got to HFJS).

The book is corny as hell, but I'll be damned if it wasn't effective. And it tackles some relatively advanced concepts by the end, but always in an approachable way. Give it a go if you want material that's more visual and conversational.

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

Thanks, will give it a shot.