31 Jan
2011

Basic JavaScript Part 9: Reusing Methods of Other Objects

Category:UncategorizedTag: :

Here are the links to the previous installments: Functions Objects Prototypes Enforcing New on Constructor Functions Hoisting Automatic Semicolon Insertion Static Properties and Methods Namespaces In one of my previous posts, I mentioned that functions in JavaScript are plain objects that can have their own properties and methods. One of these methods that are available […]

Read More