Skip to content

Commit

Permalink
Fixing courses titles
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaByte committed Feb 19, 2024
1 parent f6eea94 commit 9b8b935
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion courses/if-statements/chaining-if-else.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: تسلسل العبارات else/else if
title: تسلسل العبارات المنطقية
snippet: مكن ربط عبارات if/else معًا لتحقيق منطق معقد.
order: 8
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: التعريف بي else و else if
title: التعريف بي ( else و else if )
snippet: لا يوجد
order: 6
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: الترتيب المنطقي في عبارات if else
title: الترتيب المنطقي في عبارات المنطقية
snippet: يتم تنفيذ الدالة من الأعلى إلى الأسفل
order: 7
---
Expand Down
4 changes: 2 additions & 2 deletions courses/objects/build-objects.md → courses/objects/intro.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: بناء الكائنات
title: الكائنات والتعامل معها
snippet: الكائنات تشبه المصفوفات باستثناء أنه بدلاً من استخدام الفهارس
order: 1
---
Expand All @@ -17,7 +17,7 @@ order: 1

```js
const cat = {
"name": "Whiskers",
"name": "Lucifer",
"legs": 4,
"tails": 1,
"enemies": ["Water", "Dogs"],
Expand Down

0 comments on commit 9b8b935

Please sign in to comment.