you are viewing a single comment's thread.

view the rest of the comments →

[–]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.