Sunday, October 7, 2012

Best programming tutorials for JavaScript: With videos!

There is lots you can read about javascript.

But I have always found videos to be a great way to learn real world programming. You get to see people think. You get to see people perform. Great for finding productivity tips that have a HUGE impact.

Here is my playlist for JavaScript (the language) :

Playlist 1:


Some tips: 

Javascript has only one number type
and it is equivalent to double, floating point type
If you are dealing with money, multiply with 100, do arithmetic, divide by 100 :)


And if you cannot get enough, Playlist 2:


You can find all the slides for "Crockford on JavaScript" here : http://www.slideshare.net/douglascrockford/presentations

Enjoy!

No comments:

Post a Comment