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
# 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)
# 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/)