Skip to content

Commit

Permalink
update(JS): web/javascript/reference/operators/spread_syntax (#1115)
Browse files Browse the repository at this point in the history
* Update rebuild script

* translation(JS): Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString (#1030)

* translation(JS): Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString

* Apply suggestions from code review

Co-authored-by: Vitalii Perehonchuk <[email protected]>

Co-authored-by: Vitalii Perehonchuk <[email protected]>

* update(JS): web/javascript/reference/operators/spread_syntax

* update(JS): web/javascript/reference/operators/spread_syntax

Co-authored-by: Mykola Myslovskyi <[email protected]>
  • Loading branch information
undead404 and AdriandeCita authored Dec 15, 2022
1 parent 9609bb0 commit d927f72
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Синтаксис розгортання (...)
slug: Web/JavaScript/Reference/Operators/Spread_syntax
page-type: javascript-operator
tags:
- ECMAScript 2015
- Iterator
Expand Down Expand Up @@ -257,5 +258,5 @@ const mergedObj1 = merge(obj1, obj2);
## Дивіться також

- [Решта параметрів](/uk/docs/Web/JavaScript/Reference/Functions/rest_parameters)
- [Решта властивостей](/uk/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment#rest_property)
- [Решта властивостей](/uk/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment#reshta-vlastyvostei)
- {{jsxref("Function.prototype.apply()")}}

0 comments on commit d927f72

Please sign in to comment.