diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:51:32 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:51:32 +0100 |
commit | b7edf84c423a5f25ebb340fcdab552d5784e2109 (patch) | |
tree | 9b1143a3491a60131c9b14f950c21ff8a91026fb /files/tr/web/javascript/guide | |
parent | 8f2731905212f6e7eb2d9793ad20b8b448c54ccf (diff) | |
download | translated-content-b7edf84c423a5f25ebb340fcdab552d5784e2109.tar.gz translated-content-b7edf84c423a5f25ebb340fcdab552d5784e2109.tar.bz2 translated-content-b7edf84c423a5f25ebb340fcdab552d5784e2109.zip |
unslug tr: modify
Diffstat (limited to 'files/tr/web/javascript/guide')
3 files changed, 6 insertions, 3 deletions
diff --git a/files/tr/web/javascript/guide/control_flow_and_error_handling/index.html b/files/tr/web/javascript/guide/control_flow_and_error_handling/index.html index dcf6d13466..ba35caf1d9 100644 --- a/files/tr/web/javascript/guide/control_flow_and_error_handling/index.html +++ b/files/tr/web/javascript/guide/control_flow_and_error_handling/index.html @@ -1,11 +1,12 @@ --- title: Kontrol akışı ve hata yakalama -slug: Web/JavaScript/Guide/Ifadeler +slug: Web/JavaScript/Guide/Control_flow_and_error_handling tags: - Başlangıç - JavaScript - Rehberi translation_of: Web/JavaScript/Guide/Control_flow_and_error_handling +original_slug: Web/JavaScript/Guide/Ifadeler --- <div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Grammar_and_types", "Web/JavaScript/Guide/Loops_and_iteration")}}</div> diff --git a/files/tr/web/javascript/guide/functions/index.html b/files/tr/web/javascript/guide/functions/index.html index e688bd5dcb..ff7638ebb5 100644 --- a/files/tr/web/javascript/guide/functions/index.html +++ b/files/tr/web/javascript/guide/functions/index.html @@ -1,11 +1,12 @@ --- title: Fonksiyonlar -slug: Web/JavaScript/Guide/Fonksiyonlar +slug: Web/JavaScript/Guide/Functions tags: - Başlangıç seviyesi - Fonksiyonlar - Rehber translation_of: Web/JavaScript/Guide/Functions +original_slug: Web/JavaScript/Guide/Fonksiyonlar --- <div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Loops_and_iteration", "Web/JavaScript/Guide/Expressions_and_Operators")}}</div> diff --git a/files/tr/web/javascript/guide/working_with_objects/index.html b/files/tr/web/javascript/guide/working_with_objects/index.html index 0782b4db6c..7b3c555da6 100644 --- a/files/tr/web/javascript/guide/working_with_objects/index.html +++ b/files/tr/web/javascript/guide/working_with_objects/index.html @@ -1,7 +1,8 @@ --- title: Nesnelerle çalışmak -slug: Web/JavaScript/Guide/Nesneler_ile_çalışmak +slug: Web/JavaScript/Guide/Working_with_Objects translation_of: Web/JavaScript/Guide/Working_with_Objects +original_slug: Web/JavaScript/Guide/Nesneler_ile_çalışmak --- <div>{{jsSidebar("JavaScript Rehberi")}} {{PreviousNext("Web/JavaScript/Guide/Keyed_collections", "Web/JavaScript/Guide/Details_of_the_Object_Model")}}</div> |