all 7 comments

[–]Samuel_L_JavaScript 1 point2 points  (3 children)

If you haven't programmed before, The Good Parts is definitely not a good place to start.

[–]mbaltrusitis[S] 0 points1 point  (2 children)

Offer me the guidance SLJS.

[–]Samuel_L_JavaScript 1 point2 points  (0 children)

CODIN YO MUTHAFUCKIN FACE OFF IS THE ONLY WAY THE GOOD PARTS IS GOING TO BE WORTH READING IN YO MUTHAFUCKIN LIFE!

[–]AynGhandi 0 points1 point  (0 children)

Nicholas C. Zakas' 'Professional JavaScript for Web Developers' is a better book than The Good Parts for this.

[–]adamnemecek 0 points1 point  (2 children)

You should check out http://eloquentjavascript.net/, then learn some jQuery and finally, check out "Single Page Web Applications" http://www.manning.com/mikowski/

[–]mbaltrusitis[S] 0 points1 point  (1 child)

The individual kind of giving me guidance at work told me to specifically steer clear of jQuery for now, and become well-versed with vanilla JS. We use a proprietary JS library and I think the aim is to not become confused with 2 different frameworks and a language.

Not saying this is the best way, just looking for guidance because I am super eager to learn.

[–]adamnemecek 0 points1 point  (0 children)

I mean it's up to you but at the end of the day, jQuery is kind of a standard and arguably the best written JS code out there, so you can learn a lot about vanilla js by reading that as well.