Click to See Complete Forum and Search --> : which is the best tutorial for JavaScript?


adusumalli
June 13th, 2008, 03:54 PM
hi

In my project lot of code is used by JavaScript. but I am new to JavaScript.
I want to expert on that. Which is the best tutorial for JavaScript.
Can any body suggest with the link?


Thanks in advance.....

hspc
June 14th, 2008, 04:43 AM
w3schools javascript tutorial (http://www.w3schools.com/js/default.asp) is a good starting point.
Nothing will make you an expert except a lot of practice.

PeejAvery
June 14th, 2008, 09:11 AM
Right on! That is the best tutorial for any beginner. Unfortunately, when it comes to any tutorial, nothing make you an amazing programmer. That only comes with a lot of time and practice, as already mentioned.

I would also recommend that whenever you see some JavaScript that is really eye catching, to look through the code and try to implement it as well. That gives you great hands on experience.

adusumalli
June 16th, 2008, 04:16 PM
hey thanks peejavery.