aboutsummaryrefslogtreecommitdiff
path: root/files/tr/glossary/object
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-04-29 16:16:42 -0700
committerGitHub <noreply@github.com>2021-04-29 16:16:42 -0700
commit95aca4b4d8fa62815d4bd412fff1a364f842814a (patch)
tree5e57661720fe9058d5c7db637e764800b50f9060 /files/tr/glossary/object
parentee3b1c87e3c8e72ca130943eed260ad642246581 (diff)
downloadtranslated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip
remove retired locales (#699)
Diffstat (limited to 'files/tr/glossary/object')
-rw-r--r--files/tr/glossary/object/index.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/files/tr/glossary/object/index.html b/files/tr/glossary/object/index.html
deleted file mode 100644
index 8f1d820655..0000000000
--- a/files/tr/glossary/object/index.html
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: Nesne
-slug: Glossary/Object
-tags:
- - nesne
-translation_of: Glossary/Object
-original_slug: Glossary/Nesne
----
-<p><a href="/tr/docs/Web/JavaScript/Reference/Global_Objects/Object">Nesne</a>, veri ve bu veriyle çalışmak için gerekli bilgileri içeren bir yapıya karşılık gelir. Nesneler bazen gerçek dünyadaki şeyler, örneğin yarış oyunundaki bir <code>araba</code> veya <code>harita</code> bile olabilir. {{glossary("JavaScript")}}, Java, C++, Python, ve Ruby {{glossary("NYP","nesne yönelimli programlama")}} dillerine örnektir.</p>
-
-<h2 id="Daha_fazla_bilgi_edin">Daha fazla bilgi edin</h2>
-
-<h3 id="Genel_Bilgi">Genel Bilgi</h3>
-
-<ul>
- <li><a href="https://tr.wikipedia.org/wiki/Nesne_y%C3%B6nelimli_programlama">Nesne yönelimli programlama</a> - Vikipedi</li>
- <li><a href="/tr/docs/Web/JavaScript/Reference">JavaScript referansında {{jsxref("Object")}}</a></li>
- <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Objects">JavaScript'te nesne veri yapıları</a></li>
-</ul>