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 Sep 7, 2022
1 parent e9f3c41 commit 5d6fd3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions files/uk/web/javascript/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ tags:

### Керування потоком виконання

- {{jsxref("Statements/block", "Block", "", 1)}}
- {{jsxref("Statements/Empty", "Empty statement", "", 1)}}
- {{jsxref("Statements/block", "Блок", "", 1)}}
- {{jsxref("Statements/Empty", "Порожня інструкція", "", 1)}}
- {{jsxref("Statements/break", "break")}}
- {{jsxref("Statements/continue", "continue")}}
- {{jsxref("Statements/if...else", "if...else")}}
Expand Down Expand Up @@ -219,8 +219,8 @@ tags:

### Вирази лівої сторони

- {{JSxRef("Operators/Property_accessors", "Property accessors", "", 1)}}
- {{JSxRef("Operators/Optional_chaining", "<code>?.</code> (Optional chaining)", "", 1)}}
- {{JSxRef("Operators/Property_accessors", "Доступ до властивостей", "", 1)}}
- [`?.` (Необов'язкове зв'язування)](/uk/docs/Web/JavaScript/Reference/Operators/Optional_chaining)
- {{JSxRef("Operators/new", "new")}}
- {{JSxRef("Operators/new%2Etarget", "new.target")}}
- {{JSxRef("Operators/import%2Emeta", "import.meta")}}
Expand Down Expand Up @@ -309,8 +309,8 @@ tags:
- {{JSxRef("Operators/Logical_AND_assignment", "&amp;&amp;=")}}
- {{JSxRef("Operators/Logical_OR_assignment", "||=")}}
- {{JSxRef("Operators/Logical_nullish_assignment", "??=")}}
- {{JSxRef("Operators/Destructuring_assignment", "[a, b] = [1, 2]")}}
- {{JSxRef("Operators/Destructuring_assignment", "{a, b} = {a:1, b:2}")}}
- {{JSxRef("Operators/Destructuring_assignment", "[a, b] = arr")}}
- {{JSxRef("Operators/Destructuring_assignment", "{ a, b } = obj")}}

### Оператор коми

Expand Down

0 comments on commit 5d6fd3a

Please sign in to comment.