Mar
5th
Wed
5th
Extending The JavaScript Date Object with User Defined Methods
This article should be required reading for anyone who teaches Web Design. Not only is it useful code with very readable examples, but it’s also an excellent primer on facets of JavaScript that don’t come easily to beginning Web Developers: the differences between static and class methods, copying versus referencing objects, and more.