Javascript学习资源

  • Work your way through the interactive tutorials at Codecademy.com.
  • Use a good beginners book like Eloquent JavaScript by Marijn Haverbeke. The online version is not only free but has some great interactive code examples.
  • Alternatively you can try the course over at JavaScript.is.
  • If you’re advanced, you should read up on JavaScript design patterns.
  • Then should you really wish to push the boundaries, it is time for some Badass JavaScript.
  • The Mozilla Developer Network has a plethora of awesome resources on JavaScript that serve as a nice reference.
  • Knowing your way through some design patterns certainly doesn’t hurt.
  • Using Chrome you can make your life easier by reading up on tools for Debugging JavaScript.

你可能感兴趣的:(JavaScript,resources)