Learn to create custom methods and properties for JavaScript objects
Friday, June 15th, 2007As the Web applications you develop grow larger and increasingly complex, code reuse becomes more important. You can find yourself repeating several tasks, and it becomes a necessity to understand object-oriented programming (OOP) for JavaScript. This can be a frustrating experience, since there are so many opinions on coding style. Regardless, in your research, you [...]