Welcome to MSDN Blogs Sign in | Join | Help

January 2009 - Posts

I was planning to post a write up on closures in javascript but it made sense to first introduce you to concept of lexical scoping (or static scoping). In JavaScript, functions have lexical scope. This means that functions create their environment (scope) Read More...
I was talking to a friend of mine who had recently moved from years of developing windows application to a project which is a complete web app. 10 minutes into discussion and i could clearly comprehend his frustration. He was full of complaints with development Read More...
The dynamic nature of JavaScript makes it fascinating. The fact that function can be created as well as modified at runtime is one of the amazing stuff you can do in JavaScript unlike in static languages like Java and C#. Consider an example of function Read More...
 
Page view tracker