Skip to content

Commit

Permalink
update(JS): web/javascript/reference
Browse files Browse the repository at this point in the history
  • Loading branch information
undead404 authored and AdriandeCita committed Nov 7, 2022
1 parent 8184e79 commit 47b9781
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions files/uk/web/javascript/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ tags:

- {{JSxRef("Operators/Logical_AND", "&&")}}
- {{JSxRef("Operators/Logical_OR", "||")}}
- {{JSxRef("Operators/Nullish_coalescing_operator", "??")}}
- {{JSxRef("Operators/Nullish_coalescing", "??")}}

### Умовний (тернарний) оператор

Expand All @@ -297,7 +297,7 @@ tags:
- {{JSxRef("Operators/Bitwise_OR_assignment", "|=")}}
- {{JSxRef("Operators/Logical_AND_assignment", "&&=")}}
- {{JSxRef("Operators/Logical_OR_assignment", "||=")}}
- {{JSxRef("Operators/Logical_nullish_assignment", "??=")}}
- {{JSxRef("Operators/Nullish_coalescing_assignment", "??=")}}
- {{JSxRef("Operators/Destructuring_assignment", "[a, b] = arr")}}
- {{JSxRef("Operators/Destructuring_assignment", "{ a, b } = obj")}}

Expand All @@ -314,8 +314,8 @@ tags:
- {{JSxRef("Functions/rest_parameters", "Решта параметрів", "", 1)}}
- {{JSxRef("Functions/arguments", "arguments")}}
- {{JSxRef("Functions/Method_definitions", "Опис методів", "", 1)}}
- {{JSxRef("Functions/get", "геттер", "", 1)}}
- {{JSxRef("Functions/set", "сеттер", "", 1)}}
- {{JSxRef("Functions/get", "гетер", "", 1)}}
- {{JSxRef("Functions/set", "сетер", "", 1)}}

## Класи

Expand Down

0 comments on commit 47b9781

Please sign in to comment.