Tag Archives: JS
Extending JavaScript – The Right Way

Extending JavaScript – The Right Way

Posted 17 April 2012 | By | Categories: Javascript, Tutorials | No Comments

JavaScript comes with a lot of great functionality built in, but what if there is a function you need which is missing. How can we build them in seaminglessly in an elegant way that extends the functionality of our beloved JavaScript. The following will outline a couple methods to extend the existing functionality of JavaScript, [...]