Of JavaScript And its Prototype Levels
This article discusses the difference between a JavaScript object that is creates using an object literal and one using a constructor.
The one created using an object literal is a direct instance of the Object object while the one created using a constructor has an additional level which holds the object prototype properties.







