Skip to content

Commit 59ce83c

Browse files
authored
fix conflict -1/4/7
1 parent 2f13a5b commit 59ce83c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • 1-js/04-object-basics/07-optional-chaining

1-js/04-object-basics/07-optional-chaining/article.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ alert( user?.address.street ); // undefined
8383
user?.address;
8484
```
8585
86-
````
87-
8886
## اختصار الطرق (Short-circuiting)
8987
9088
كما تمّ ذكره آنفاً، يقوم التركيب `.?` بإيقاف عملية تقييم الكود البرمجي (يختصر الطريق) إذا لم يكن القسم اليساري (على يسار التركيب) موجوداً.

0 commit comments

Comments
 (0)