Thread Ein paar Programmiertricks (39 answers)
Opened by roooot at 2008-03-22 23:16

KurtZ
 2008-03-25 02:15
#107434 #107434
User since
2007-12-13
411 Artikel
BenutzerIn
[default_avatar]
murphy+2008-03-23 20:03:48--
Das ist schlicht falsch. ECMA-262 konformes JavaScript kennt das Konzept einer Klasse im Sinne der objektorientierten Programmierung nicht. In dem gesamten Text des Standarddokumentes taucht dieses Konzept kein einziges Mal auf.


Fundsache bei Mozillahttp://devedge-temp.mozilla.org/library/manuals/2000/javascript/1.3/reference/object.html

prototype
Represents the prototype for this class. You can use the prototype to add properties or methods to all instances of a class. For more information, see Function.prototype.
TMTOWTDYOG (there's more than one way to dig your own grave)

View full thread Ein paar Programmiertricks