From c5a82b2e6759bf27028b4bc01b3a1a9f8ed35975 Mon Sep 17 00:00:00 2001 From: Daruza <42251534+Daruza@users.noreply.github.com> Date: Thu, 8 Aug 2019 02:14:16 +0300 Subject: [PATCH] Fixed writing mistakes (#29500) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed all (falsy) translations to (كاذبة) to make it clearer --- guide/arabic/javascript/falsy-values/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guide/arabic/javascript/falsy-values/index.md b/guide/arabic/javascript/falsy-values/index.md index 53d7ec5c6e..7c551625e2 100644 --- a/guide/arabic/javascript/falsy-values/index.md +++ b/guide/arabic/javascript/falsy-values/index.md @@ -1,10 +1,10 @@ --- title: Falsy Values -localeTitle: القيم الفارسية +localeTitle: القيم الكاذبة --- ## وصف -قيمة الخطأ هي التي يتم تقييمها على FALSE ، على سبيل المثال عند التحقق من متغير. هناك ستة قيم زائفة فقط في JavaScript: `undefined` ، `null` ، `NaN` ، `0` ، `""` (سلسلة فارغة) ، و `false` بالطبع. +قيمة الخطأ هي التي يتم تقييمها إلى FALSE ، على سبيل المثال عند التحقق من متغير. هناك ستة قيم كاذبة فقط في JavaScript: `undefined` ، `null` ، `NaN` ، `0` ، `""` (سلسلة فارغة) ، و `false` بالطبع. ## التحقق من وجود قيم كاذبة على المتغيرات @@ -65,10 +65,10 @@ if (typeof match.teamA === 'number') } ``` -## معلومات اكثر +## معلومات أكثر * **الصدق** [بلوق وظيفة - Truthy & Falsey](http://james.padolsey.com/javascript/truthy-falsey/) * [فلسي | مسرد MDN](https://developer.mozilla.org/en-US/docs/Glossary/Falsy) -* [Truthy and Falsy: When All is Not Equal in JavaScript](https://www.sitepoint.com/javascript-truthy-falsy/) \ No newline at end of file +* [Truthy and Falsy: When All is Not Equal in JavaScript](https://www.sitepoint.com/javascript-truthy-falsy/)