Great article about JavaScript for ASP.NET developers

Published 15 May 07 01:16 AM | estoychev 

K. Scott Allen has written a great article for ASP.NET developers who have no experience in JavaScript programming. It is a well structured article defining the JavaScript basics – What is right/wrong with JavaScript, Object Oriented JavaScript, JavaScript Functions, Constructor Functions, and Object Prototypes.

I like what he summarizes at the end of his article:

"

  1. Every JavaScript object is a dictionary.
  2. Every JavaScript function is an object.
  3. Every JavaScript object references a prototype object

"

Filed under: ,

Comments

No Comments
Anonymous comments are disabled