index.html | ●●●●● Patch | Ansicht | Raw | Blame | Historie |
index.html
@@ -1317,6 +1317,9 @@ </pre> </section> <section> <img data-src="/assets/images/constructor-and-its-prototype.svg"> </section> <section> <div>Dynamische Änderung des Prototypen</div> <pre> <code class="js" data-trim data-line-numbers> @@ -1362,7 +1365,7 @@ <section> <h3>Vererbung</h3> <pre> <code class="js" data-trim data-line-numbers> <code class="js" data-trim data-line-numbers="1-11|13-14|16-24"> function Shape() { }