|
1 | 1 | # Table of contents |
2 | 2 |
|
| 3 | +* [AdanmΔ±ΕlΔ±k](Dedication.md) |
| 4 | +* [Copyright](Copyright.md) |
| 5 | +* [ΓnsΓΆz](Preface.md) |
3 | 6 | * [GiriΕ](README.md) |
4 | 7 | * [Temel Bilgiler](basics/README.md) |
5 | 8 | * [Yorum SatΔ±rlarΔ±](basics/comments.md) |
|
50 | 53 | * [JSON](json.md) |
51 | 54 | * [Hata YΓΆnetimi](error-handling/try...-catch.md) |
52 | 55 | * [try...catch...finally](error-handling/try...catch...finally.md) |
53 | | -* [Regular Expression](regular-expression.md) |
54 | 56 | * [ModΓΌller](modules.md) |
| 57 | +* [Regular Expression](regular-expression.md) |
55 | 58 | * [SΔ±nΔ±flar](classes/README.md) |
56 | 59 | * [Static](classes/static.md) |
57 | 60 | * [Inheritance](classes/inheritance.md) |
|
67 | 70 | * [Events](events.md) |
68 | 71 | * [Promise, async/await](promise-async-await/promise.md) |
69 | 72 | * [Async/Await](promise-async-await/async-await.md) |
70 | | -* [Miscellaneous](miscellaneous/template-literals.md) |
| 73 | +* [Miscellaneous](miscellaneous/README.md) |
| 74 | + * [Template Literals](miscellaneous/template-literals.md) |
71 | 75 | * [Hoisting](miscellaneous/hoisting.md) |
72 | | - * [Currying](template-literals/currying.md) |
73 | | - * [Polyfills and Transpilers](template-literals/polyfills-and-transpilers.md) |
74 | | - * [Linked List](template-literals/linked-list/README.md) |
75 | | - * [Add](template-literals/linked-list/add.md) |
76 | | - * [Pop](template-literals/linked-list/pop.md) |
77 | | - * [Prepend](template-literals/linked-list/prepend.md) |
78 | | - * [Shift](template-literals/linked-list/shift.md) |
79 | | - * [Global footprint](template-literals/global-footprint.md) |
80 | | - * [Debugging](template-literals/debugging.md) |
81 | | -* [AlΔ±ΕtΔ±rmalar](exercises/console.md) |
| 76 | + * [Currying](miscellaneous/currying.md) |
| 77 | + * [Polyfills and Transpilers](miscellaneous/polyfills-and-transpilers.md) |
| 78 | + * [Linked List](miscellaneous/linked-list.md) |
| 79 | + * [Global footprint](miscellaneous/global-footprint.md) |
| 80 | + * [Debugging](miscellaneous/debugging.md) |
| 81 | +* [AlΔ±ΕtΔ±rmalar](exercises/README.md) |
| 82 | + * [Console](exercises/console.md) |
82 | 83 | * [Multiplication](exercises/multiplication.md) |
83 | 84 | * [User Input Variables](exercises/user-input-variables.md) |
84 | 85 | * [Constants](exercises/constants.md) |
|
88 | 89 | * [Objects](exercises/objects.md) |
89 | 90 | * [FizzBuzz Problem](exercises/fizzbuzz-problem.md) |
90 | 91 | * [Get the Titles!](exercises/get-the-titles.md) |
| 92 | +* [References](References.md) |
0 commit comments