Csus/resource/language/javascript
From wiki.ucalgary.ca
Javascript
- Note: Java is to Javascript as car is to carpet
- This language is not taught in your degree, but if you want to do web apps or get involved with web development, this is one of the languages you should start with
Tutorials
- Codecademy - Many tutorials on languages
- W3 Schools - Tutorial
- Game - A game that involves editing JS code
Videos
- Introduction to Javascript and Browser DOM - Video by Google employee, Misko Hevery
Libraries
jQuery
- W3 Schools - Tutorial
KnockoutJS
- KnockoutJS is a standalone JavaScript implementation of the Model-View-ViewModel pattern with templates - Wiki
- Learn KnockoutJS - Interactive tutorial