diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:44:35 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:44:35 +0100 |
commit | 4923a64dd55704e9adaf5e4c635ca04d7fb2beed (patch) | |
tree | 89fdad0fe503c35f59408e8eaf051f376bb709a7 /files/ar/web/javascript | |
parent | 41c76addc97200aa71105773397aa4edd2af6b4c (diff) | |
download | translated-content-4923a64dd55704e9adaf5e4c635ca04d7fb2beed.tar.gz translated-content-4923a64dd55704e9adaf5e4c635ca04d7fb2beed.tar.bz2 translated-content-4923a64dd55704e9adaf5e4c635ca04d7fb2beed.zip |
unslug ar: modify
Diffstat (limited to 'files/ar/web/javascript')
4 files changed, 8 insertions, 4 deletions
diff --git a/files/ar/web/javascript/guide/functions/index.html b/files/ar/web/javascript/guide/functions/index.html index af934b397d..9c970e5440 100644 --- a/files/ar/web/javascript/guide/functions/index.html +++ b/files/ar/web/javascript/guide/functions/index.html @@ -1,11 +1,12 @@ --- title: الدوال -slug: Web/JavaScript/Guide/الدوال +slug: Web/JavaScript/Guide/Functions tags: - الدوال - جافا سكريبت - دليل translation_of: Web/JavaScript/Guide/Functions +original_slug: Web/JavaScript/Guide/الدوال --- <div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Loops_and_iteration", "Web/JavaScript/Guide/Expressions_and_Operators")}}</div> diff --git a/files/ar/web/javascript/reference/functions/get/index.html b/files/ar/web/javascript/reference/functions/get/index.html index d3789ba7bd..1b809b8ad3 100644 --- a/files/ar/web/javascript/reference/functions/get/index.html +++ b/files/ar/web/javascript/reference/functions/get/index.html @@ -1,7 +1,8 @@ --- title: getter -slug: Web/JavaScript/Reference/الدوال/get +slug: Web/JavaScript/Reference/Functions/get translation_of: Web/JavaScript/Reference/Functions/get +original_slug: Web/JavaScript/Reference/الدوال/get --- <div>{{jsSidebar("Functions")}}</div> diff --git a/files/ar/web/javascript/reference/functions/index.html b/files/ar/web/javascript/reference/functions/index.html index 368d8af03d..0f051b1c7d 100644 --- a/files/ar/web/javascript/reference/functions/index.html +++ b/files/ar/web/javascript/reference/functions/index.html @@ -1,7 +1,8 @@ --- title: الدوال -slug: Web/JavaScript/Reference/الدوال +slug: Web/JavaScript/Reference/Functions translation_of: Web/JavaScript/Reference/Functions +original_slug: Web/JavaScript/Reference/الدوال --- <div>{{jsSidebar("Functions")}}</div> diff --git a/files/ar/web/javascript/reference/global_objects/number/index.html b/files/ar/web/javascript/reference/global_objects/number/index.html index cb667fd3d8..7f4d5996a4 100644 --- a/files/ar/web/javascript/reference/global_objects/number/index.html +++ b/files/ar/web/javascript/reference/global_objects/number/index.html @@ -1,7 +1,8 @@ --- title: الارقام في الجافا سكربت -slug: Web/JavaScript/Reference/Global_Objects/الارقام +slug: Web/JavaScript/Reference/Global_Objects/Number translation_of: Web/JavaScript/Reference/Global_Objects/Number +original_slug: Web/JavaScript/Reference/Global_Objects/الارقام --- <p> وهو كائن غلاف يستخدم لتمثيل ومعالجة الأرقام مثل <code>37</code><em> </em><strong>او </strong><code>9.25</code> <strong><code>Number</code></strong>منشئ يحتوي على الثوابت وطرق للعمل مع الأرقام. يمكن تحويل قيم الأنواع الأخرى إلى أرقام باستخدام <strong> </strong><strong><code>Number()</code>الوظيفة</strong>.</p> |