Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Currently, I'm new to JavaScript. It's my first time taking a Computer Science class. I created my first code, today I asked a question on the website "stackoverflow" and everyone agreed that my code was messy. Nevertheless, what are some websites to study JavaScript or improve my coding. All answers, are truly appreciated. Thank you.
Posted

1 solution

Sure:

http://en.wikipedia.org/wiki/Javascript[^] (this one is not a joke, you can really learn a lot from this article, especially if you also follow the references),
http://www.w3schools.com[^],
http://www.w3schools.com/js/default.asp[^].

And, with a twist, but highly recommended:
http://en.wikipedia.org/wiki/JQuery[^],
http://jquery.com/[^],
http://docs.jquery.com/Tutorials[^],
http://docs.jquery.com/Tutorials:How_jQuery_Works[^] (this is the best place to start with).

No doubt, there are more.

—SA
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900