Using the JavaScript Prototype Property to Structure and Extend Code

Posted by Dan Wahlin on December 20, 2011

There are several different patterns that can be used in JavaScript to structure code and make it more re-useable, more maintainable, and less subject to naming collisions. Patterns like the Revealing Module Pattern, Prototype Pattern, Revealing Prototype Pattern, and others can be used to

... [read more]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.