Skip to content Skip to sidebar Skip to footer

Good Resources For Learning JavaScript

Can someone suggest good learning materials or websites to learn JavaScript and jQuery? Am pretty new to this and want to learn right from basics. Thanks in advance, Geetha

Solution 1:

Javascript: The Good Parts by Douglas Crockford is a really good and thorough book about Javascript. Once you speak Javascript you don't really have to learn jQuery, you can just use it.


Solution 2:


Solution 3:

A re-introduction to JavaScript by Simon Willison is a very concise overview of the language, yet it offers you a good starting point.


Solution 4:

If you're already a programmer, Pro Javascript Techniques by John Resig was a good book for having that "aha" moment with javascript - it finally started to make sense. Surprisingly enough, even though it's written by the creator of jQuery - it really doesn't cover it at all. Although you will gain a deeper understanding of how to write good Object Oriented stuff using javascript.


Solution 5:

I have learnt from the first one

maconstateit Tuts on Javascript

EDIT: SoftLookup

  http://www.javascriptmall.com/learn/

  http://jennifermadden.com

Post a Comment for "Good Resources For Learning JavaScript"