Ask HN: Good Javascript learning exercise suggestions
Can you offer some suggestions of good Javascript exercises ? Both for beginner and advanced ?
I was thinking of a web based chat for advanced (this sounded a bit tricky that's why I picked it), and for something simple I had in mind tricks and animations for a form using jquery.
For books I had in mind :
http://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742/
http://www.amazon.com/exec/obidos/ASIN/0596101996/wrrrldwideweb
Thanks.
4 comments
[ 3.3 ms ] story [ 23.2 ms ] threadIf you're interested in building something with a client-side js framework, you should check out this tutorial http://howtonode.org/express-mongodb . It covers how to build a simple blog app with node.js and express.
If you have any more ideas both for beginners and advanced, it would be great.