Sascha Schulz
2023-04-26 571720f0c46fd0568d9eb9f7fe61726db9cac293
use new charts for clarity / correctness
1 Dateien geändert
5 ■■■■ Geänderte Dateien
index.html 5 ●●●● 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() {
                                }