
November 12th, 2012, 04:05 PM
|
|
Contributing User
|
|
Join Date: Nov 2007
Posts: 164
Time spent in forums: 23 h 17 m 39 sec
Reputation Power: 6
|
|
|
Javascript - Prototype property used for anything else in HTML5 TECHNOLOGIES?
A)is used for
1) Inheritance in js(JavaScript)? Is this the ONLY way of Inheritance in js?
derivedObj.prototype = new BaseObj();
or
2)adding properties/methods to an object, that added to Contractor of this obj?
in this case old objects that already instantiated will have as null this property?
B)prototype property used for anything else in HTML5 TECHNOLOGIES?
|