Guest Blogger Talks “Virtual” Functions in JavaScript

Alice on github

A guest blogger and long time dev,Laurent, has been invited to RIM’s official DevBlog to talk about java coding, mainly “virtual” functions in JavaScript.

JavaScript is a wonderful language, and there are two aspects in particular that makes it extra special:

  • Every value is an Object.
  • Functions are like any other values.
  • Functions run within a dynamic context (what this refers to).

Full article here