Javascript?

Hi all,
Do you all know web reference that teach javascript thoroughly from basic? I don't know if I'm still new in this script. It's really hard to understand. Thanks in advance.
Regards,
Sho
[229 byte] By [ShoKazamatsuri] at [2007-11-20 7:58:23]
# 1 Re: Javascript?
JavaScript is an easy language to learn and possibly the most commonly known language. The references to help you are out there.

W3Schools JavaScript Reference (http://www.w3schools.com/js/default.asp)
W3Schools HTML DOM Reference (http://www.w3schools.com/htmldom/default.asp)
MSDN JScript Reference (http://msdn2.microsoft.com/en-us/library/yek4tbz0.aspx)
Mozilla JavaScript Reference (http://developer.mozilla.org/en/docs/JavaScript)
Google search: javascript language refernce (http://www.google.com/search?hl=en&q=javascript+language+reference&btnG=Google+Search)
PeejAvery at 2007-11-8 0:42:23 >
# 2 Re: Javascript?
Hi,
Thanks for the useful links. Can you suggest some good texts too.

Thanks,
Vikas Peshwani
vikas.peshwani at 2007-11-8 0:43:26 >
# 3 Re: Javascript?
I am assuming that by texts you mean books. There are very many JavaScript books out there. The majority of such never cover good JavaScripting. I personally approve of only one.

JavaScript: The Definitive Guide, Fourth Edition by O'Reilly ( http://www.oreilly.com/catalog/jscript4/)
PeejAvery at 2007-11-8 0:44:35 >