Objektattribute
Mit jedem Objekt sind die Attribute prototype, class und extensible verknüpft. Die folgenden Unterabschnitte erläutern, was diese Attribute leisten und (wo das möglich ist) wie man sie abfragt und setzt.
Das prototype-Attribut
Das prototype-Attribut eines Objekts gibt das Objekt an, von dem das Objekt seinen Prototyp erbt. (Schauen Sie sich noch einmal Prototypen und Vererbung an, wenn Sie mehr Informationen zu Prototypen und zur Prototypvererbung suchen.) Das ist ein dermaßen wichtiges Attribut, dass wir üblicherweise einfach »der Prototyp von o
« sagen statt »das prototype-Attribut von o
«. Außerdem sollten Sie sich einprägen, dass prototype
(in Codeschrift) auf eine gewöhnliche Objekteigenschaft verweist, nicht auf das prototype ...
Get JavaScript: Das umfassende Referenzwerk, Sixth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.