Learn JavaScript
stackoverflow.com
Learn JavaScript
1–10 of 30 posts
Re: Learn JavaScript
#2I really liked looking at the underscore.js literate source but thats a little more theoretical than practical.
Also if you are just learning javascript you might as well learn jQuery because it will do a huge chunk of your basic practical needs. If you are learning javascript to really understand the language or build something super complex you may wanna watch the crockford videos and understand prototypes and those things. Otherwise jQuery will probably cover you.
Re: Learn JavaScript
#3Re: Learn JavaScript
#4Does anybody have a link to some good JavaScript exercises? One answer is "why don't you just try building something" but I personally learn better from progressing through exercises versus doing the "just build anything" or watching videos.
Re: Learn JavaScript
#5My local hackerspace, the Buffalo Lab is hosting the first meeting of the Buffalo JavaScript Club which is tomorrow. I am hoping this will jump-start me... http://www.meetup.com/hackerspaces/events/25855541/
Re: Learn JavaScript
#6Re: Learn JavaScript
#7Re: Learn JavaScript
#8Does anybody have a link to some good JavaScript exercises? One answer is "why don't you just try building something" but I personally learn better from progressing through exercises versus doing the "just build anything" or watching videos.
Re: Learn JavaScript
#9Does anybody have a link to some good JavaScript exercises? One answer is "why don't you just try building something" but I personally learn better from progressing through exercises versus doing the "just build anything" or watching videos.
Read Eloquent Javascript. Has exercises built into the webpages.
Re: Learn JavaScript
#10Does anybody have a link to some good JavaScript exercises? One answer is "why don't you just try building something" but I personally learn better from progressing through exercises versus doing the "just build anything" or watching videos.