Skip to content

Commit

Permalink
update(JS): web/javascript/reference/operators
Browse files Browse the repository at this point in the history
  • Loading branch information
undead404 authored and AdriandeCita committed Nov 7, 2022
1 parent fdbaf48 commit 2ad5a0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/uk/web/javascript/reference/operators/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ browser-compat: javascript.operators
- : Логічний AND.
- {{JSxRef("Operators/Logical_OR", "||")}}
- : Логічне OR.
- {{JSxRef("Operators/Nullish_coalescing_operator", "??")}}
- {{JSxRef("Operators/Nullish_coalescing", "??")}}
- : Оператор нульового злиття.

### Умовний (тернарний) оператор
Expand Down Expand Up @@ -224,8 +224,8 @@ browser-compat: javascript.operators
- : Присвоєння з логічним AND.
- {{JSxRef("Operators/Logical_OR_assignment", "||=")}}
- : Присвоєння з логічним OR.
- {{JSxRef("Operators/Logical_nullish_assignment", "??=")}}
- : Логічне нульове присвоєння.
- {{JSxRef("Operators/Nullish_coalescing_assignment", "??=")}}
- : Присвоєння з нульовим злиттям.
- [`[a, b] = arr`, `{ a, b } = obj`](/uk/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment)
- : Присвоєння з деструктуризацією дає змогу призначити властивості масиву чи об'єкта змінним, з використанням синтаксису, який має подібний до літералів масивів та об'єктів вигляд.

Expand Down

0 comments on commit 2ad5a0d

Please sign in to comment.