fix: remove repl.it links arabic challenge articles (#36209)

This commit is contained in:
Randell Dawson
2019-06-20 13:53:31 -07:00
committed by Tom
parent 8f67cfa4d6
commit 5747442193
67 changed files with 1 additions and 135 deletions

View File

@@ -84,7 +84,6 @@ Deem كتابة دالة مساعد تقوم بإرجاع الفرق المتم
}
`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reduce)
[![:rocket:](https://forum.freecodecamp.com/images/emoji/emoji_one/rocket.png?v=3 ":صاروخ:")](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reduce) [تشغيل الكود](https://repl.it/C4II/0)
### شرح الشفرة:
@@ -138,7 +137,6 @@ Deem كتابة دالة مساعد تقوم بإرجاع الفرق المتم
sym([1, 2, 3], [5, 2, 1, 4]);
`
![:rocket:](https://forum.freecodecamp.com/images/emoji/emoji_one/rocket.png?v=3 ":صاروخ:") [تشغيل الكود](https://repl.it/CLoc/0)
### شرح الشفرة:
@@ -172,7 +170,6 @@ Deem كتابة دالة مساعد تقوم بإرجاع الفرق المتم
sym([1, 2, 3], [5, 2, 1, 4]);
`
![:rocket:](https://forum.freecodecamp.com/images/emoji/emoji_one/rocket.png?v=3 ":صاروخ:") [تشغيل الكود](https://repl.it/@ashenm/Symmetric-Difference)
### شرح الشفرة:

View File

@@ -37,7 +37,6 @@ localeTitle: تنفيذ فرز الفقاعة
`js function bubbleSort(array) { for (let i = 0; i < array.length; i++){ for (let j = 0; j < array.length-1-i; j++){ if (array[j] > array[j+1]) [array[j], array[j+1]] = [array[j+1], array[j]]; // Using ES6 array destructuring to swap } } return array; }`
* [تشغيل الكود](https://repl.it/@ezioda004/Bubble-Sort)
### المراجع:

View File

@@ -31,7 +31,6 @@ localeTitle: تنفيذ فرز الإدراج
}
`
* [تشغيل الكود](https://repl.it/@ezioda004/Insertion-Sort)
### المراجع:

View File

@@ -47,7 +47,6 @@ localeTitle: تنفيذ فرز دمج
}
`
* [تشغيل الكود](https://repl.it/@ezioda004/Merge-Sort)
### المراجع:

View File

@@ -47,7 +47,6 @@ localeTitle: تنفيذ فرز سريع
}
`
* [تشغيل الكود](https://repl.it/@ezioda004/Quick-Sort)
### مرجع:

View File

@@ -105,7 +105,6 @@ localeTitle: تحديث المخزون
updateInventory(curInv, newInv);
`
![:rocket:](https://forum.freecodecamp.com/images/emoji/emoji_one/rocket.png?v=3 ":صاروخ:") [تشغيل الكود](https://repl.it/CLok/0)
### شرح الشفرة:
@@ -190,7 +189,6 @@ localeTitle: تحديث المخزون
updateInventory(curInv, newInv);
`
![:rocket:](https://forum.freecodecamp.com/images/emoji/emoji_one/rocket.png?v=3 ":صاروخ:") [تشغيل الكود](https://repl.it/CLol/0)
### شرح الشفرة:
@@ -265,7 +263,6 @@ localeTitle: تحديث المخزون
updateInventory(curInv, newInv);
`
![:rocket:](https://forum.freecodecamp.com/images/emoji/emoji_one/rocket.png?v=3 ":صاروخ:") [تشغيل الكود](https://repl.it/MQvv/latest)
### شرح الشفرة:

View File

@@ -145,7 +145,6 @@ localeTitle: لا يتكرر من فضلك
permAlone('aab');
`
![:rocket:](https://forum.freecodecamp.com/images/emoji/emoji_one/rocket.png?v=3 ":صاروخ:") [تشغيل الكود](https://repl.it/CLop/0)
### شرح الشفرة: