Javascript: Function Inovcation Patterns
Javascript has been described as a Functional Oriented Language (this as opposed to Object Oriented Language). The reason is because functions in Javascript do more than just separate logic into execution units, functions are first class citizens that also provide scope and the ability to create objects. Having such a heavy reliance upon functions is both a blessing and a curse: It's a blessing because it makes the language light weight and fast (the main goal of its original development), but it is a curse because you can very easily shoot yourself in the foot if you don't know what you are doing.One concern with Javascript functions is how
What the influencers are saying
-
Dave Stanton
RT @nicksergeant: If you're working with JavaScript on a regular basis, you should read this: http://t.co/swwn5vV5
-
news.yc Popular
Using Javascript? You *MUST* know about invocation patterns http://t.co/doLZYIZ6
-
Reg Braithwaite
Javascript: Function Inovcation Patterns http://t.co/RahVroV4
Related Reading
| To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy. |














