Jun 19 2012

Extending javascript natives

Category: JavascriptChris @ 10:46 pm

Most built-in JavaScript types are constructors whose prototypes contain the methods and other properties that define their default behavior: You can’t delete or replace a native prototype, but you can edit the values of its properties, or create new ones: … Continue reading

Source: http://feedproxy.google.com/~r/JavascriptJavascript/~3/A8kaM2uHK18/

Leave a Reply