JavaScript
Status: This page is work in progress...
Last changed: Thursday 2012-10-11 07:26 UTC
Abstract:
writeme
|
Table of Contents
|
http://net.tutsplus.com/tutorials/javascript-ajax/the-10-javascript-mistakes-youre-making/
http://stackoverflow.com/questions/1133770/how-do-i-convert-a-string-into-an-integer-in-javascript
http://bonsaiden.github.com/JavaScript-Garden
inheritance http://www.examplejs.com/?p=51
prototypes http://www.examplejs.com/?p=315
type detection http://www.examplejs.com/?p=190
closures http://net.tutsplus.com/tutorials/javascript-ajax/closures-front-to-back/
http://www.examplejs.com/?p=84
hoisting http://www.examplejs.com/?p=127
arguments http://www.examplejs.com/?p=186
html5 video http://www.examplejs.com/?p=110
storage http://www.examplejs.com/?p=66
function invocation
.call()/.apply() http://stackoverflow.com/questions/7265587/how-does-call-work-in-javascript
http://yehudakatz.com/2011/08/11/understanding-javascript-function-invocation-and-this/
design patterns
http://addyosmani.com/resources/essentialjsdesignpatterns/book/
http://net.tutsplus.com/tutorials/javascript-ajax/principles-of-maintainable-javascript/
http://net.tutsplus.com/tutorials/javascript-ajax/digging-into-design-patterns-in-javascript/
module http://www.examplejs.com/?p=250
Observer aka the Publish/Subscribe Pattern http://www.examplejs.com/?p=290
functions
declarations vs. expressions http://www.examplejs.com/?p=144
immediately-invoked-function-expression http://benalman.com/news/2010/11/immediately-invoked-function-expression/#iife
with http://yuiblog.com/blog/2006/04/11/with-statement-considered-harmful/
CoffeeScript
https://github.com/jashkenas/coffee-script/wiki/FAQ
negative array index http://timnew.github.com/blog/2012/05/29/negative-index-in-coffee-script/
|