Skip to content

Commit fbbe303

Browse files
committed
1 parent ed47b77 commit fbbe303

File tree

200 files changed

+2427
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+2427
-13
lines changed

advanced-javascript/call/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h4 class="caption">Javascript Code <small>Verschiedene Arten eine Methode aufzu
102102

103103

104104

105-
<li><a href="/advanced-javascript/event-und-closure/">Events und Closures</a></li>
105+
<li><a href="/advanced-javascript/typescript/">TypeScript</a></li>
106106

107107

108108
</ul>
@@ -1030,6 +1030,10 @@ <h2>Kapitel</h2>
10301030

10311031

10321032

1033+
<li ><a href="/advanced-javascript/typescript/">TypeScript</a></li>
1034+
1035+
1036+
10331037
<li ><a href="/advanced-javascript/event-und-closure/">Events und Closures</a></li>
10341038

10351039

advanced-javascript/call/slide.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h1>Funktion Aufrufen</h1>
8282
>
8383

8484
| Nächste Präsentation
85-
<a href="/advanced-javascript/event-und-closure//slide.html">Events und Closures</a>
85+
<a href="/advanced-javascript/typescript//slide.html">TypeScript</a>
8686

8787
</p>
8888
</div>
@@ -140,7 +140,7 @@ <h1>Funktion Aufrufen</h1>
140140
>
141141

142142
| Nächste Präsentation
143-
<a href="/advanced-javascript/event-und-closure//slide.html">Events und Closures</a>
143+
<a href="/advanced-javascript/typescript//slide.html">TypeScript</a>
144144

145145
</p>
146146
</div>

advanced-javascript/event-und-closure/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ <h4 class="caption">Javascript Code <small>Struktur der Event-Listener für Drag
384384

385385

386386

387-
<li><a href="/advanced-javascript/call/">Funktion Aufrufen</a></li>
387+
<li><a href="/advanced-javascript/typescript/">TypeScript</a></li>
388388

389389

390390

@@ -1316,6 +1316,10 @@ <h2>Kapitel</h2>
13161316

13171317

13181318

1319+
<li ><a href="/advanced-javascript/typescript/">TypeScript</a></li>
1320+
1321+
1322+
13191323
<li class="active"><a href="/advanced-javascript/event-und-closure/">Events und Closures</a></li>
13201324

13211325

advanced-javascript/event-und-closure/slide.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<h1>Events und Closures</h1>
7777
<p>
7878
vorige Präsentation:
79-
<a href="/advanced-javascript/call//slide.html">Funktion Aufrufen</a> |
79+
<a href="/advanced-javascript/typescript//slide.html">TypeScript</a> |
8080
<a href="/advanced-javascript/event-und-closure/"
8181
>zurück zum Buch-Kapitel [esc]</a
8282
>
@@ -420,7 +420,7 @@ <h4 class="caption">Javascript Code <small>Struktur der Event-Listener für Drag
420420
<h1>Events und Closures</h1>
421421
<p>
422422
vorige Präsentation:
423-
<a href="/advanced-javascript/call//slide.html">Funktion Aufrufen</a> |
423+
<a href="/advanced-javascript/typescript//slide.html">TypeScript</a> |
424424
<a href="/advanced-javascript/event-und-closure/"
425425
>zurück zum Buch-Kapitel [esc]</a
426426
>

advanced-javascript/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ <h3>In diesem Kapitel</h3>
6969

7070

7171

72+
<li><a href="typescript/">TypeScript</a>
73+
</li>
74+
75+
76+
77+
7278
<li><a href="event-und-closure/">Events und Closures</a>
7379
</li>
7480

@@ -1056,6 +1062,10 @@ <h2>Kapitel</h2>
10561062

10571063

10581064

1065+
<li ><a href="/advanced-javascript/typescript/">TypeScript</a></li>
1066+
1067+
1068+
10591069
<li ><a href="/advanced-javascript/event-und-closure/">Events und Closures</a></li>
10601070

10611071

advanced-javascript/regular-expressions/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1485,6 +1485,10 @@ <h2>Kapitel</h2>
14851485

14861486

14871487

1488+
<li ><a href="/advanced-javascript/typescript/">TypeScript</a></li>
1489+
1490+
1491+
14881492
<li ><a href="/advanced-javascript/event-und-closure/">Events und Closures</a></li>
14891493

14901494

0 commit comments

Comments
 (0)