aboutsummaryrefslogtreecommitdiff
path: root/files/ar/glossary/identifier/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
commit4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch)
treed4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/ar/glossary/identifier/index.html
parent33058f2b292b3a581333bdfb21b8f671898c5060 (diff)
downloadtranslated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip
initial commit
Diffstat (limited to 'files/ar/glossary/identifier/index.html')
-rw-r--r--files/ar/glossary/identifier/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/files/ar/glossary/identifier/index.html b/files/ar/glossary/identifier/index.html
new file mode 100644
index 0000000000..da321dbda0
--- /dev/null
+++ b/files/ar/glossary/identifier/index.html
@@ -0,0 +1,18 @@
+---
+title: مُعرِّف
+slug: Glossary/Identifier
+tags:
+ - مسرد
+translation_of: Glossary/Identifier
+---
+<p dir="rtl"><strong>المُعرِّف</strong> (Identifier) هو مجموعة من {{glossary("character", "المحارف")}} تُعرِّف (تُعبِر عن، تُسمي) {{glossary("variable", "متغيّر")}}، {{glossary("function", "دالة")}}، أو {{glossary("property", "خاصيّة")}}.</p>
+
+<p dir="rtl">في لغة {{glossary("JavaScript", "الجافاسكربت")}}، يُمكِن أن تحتوي المُعرِّفات على أحرف أبجديّة فقط (أو "$" أو "_")، ولايمكن أن تبدأ برقم. يختلف المُعرِّف عن السلسلة النصيّة، بأنَّ الأخيرة عبارة نوع من البيانات، بينما المُعرِّف هو جزء من الشيفرة. لا توجد أيّة طريقة لتحويل المُعرِّفات إلى سلاسل نصيّة في الجافاسكربت، ولكن في بعض الأحيان من الممكن {{glossary("parse", "تحليل")}} السلاسل النصيّة إلى مُعرِّفات.</p>
+
+<h2 dir="rtl" id="المزيد_من_التفاصيل">المزيد من التفاصيل</h2>
+
+<h3 dir="rtl" id="معلومات_عامة">معلومات عامة</h3>
+
+<ul dir="rtl">
+ <li>مقالة عن <a href="https://en.wikipedia.org/wiki/Identifier#In_computer_science">المُعرَّف</a> في الموسوعة الحرَّة</li>
+</ul>