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

Who influenced this selection?What is this?

What the influencers are saying

  1. Dave Stanton

    210.0 days ago

    RT @nicksergeant: If you're working with JavaScript on a regular basis, you should read this: http://t.co/swwn5vV5

  2. news.yc Popular

    210.0 days ago

    Using Javascript? You *MUST* know about invocation patterns http://t.co/doLZYIZ6

  3. Reg Braithwaite

    210.0 days ago

    Javascript: Function Inovcation Patterns http://t.co/RahVroV4



Related Reading




InformationWeek encourages readers to engage in spirited, healthy debate, including taking us to task. However, InformationWeek moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing/SPAM. InformationWeek further reserves the right to disable the profile of any commenter participating in said activities.

Disqus Tips 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.