Great article about JavaScript for ASP.NET developers
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:
"
- Every JavaScript object is a dictionary.
- Every JavaScript function is an object.
- Every JavaScript object references a prototype object
"