Understanding JavaScript Prototype

The word “Prototype” in JavaScript doesn’t mean an initial version that was quickly put together. It refers to a system instead. Read more

Similar

Require Parameters for JavaScript Functions

JavaScript is notorious for being “loose”, something that some developers love but other developers loathe.  I hear most of those complaints from server side developers, who want string typing and syntax.  While I like strict coding standards, I also like... (more…)

Read more »