Main Menu

Categories

Subscribe

The new Operator in JavaScript

April 6th, 2009

The new Operator creates a new object and invokes a constructor function to initialize it.

i = new object;

No Comments

Leave a Reply