Skip to content

Commit

Permalink
update(JS): web/javascript/reference/operators/spread_syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
undead404 authored and AdriandeCita committed Sep 16, 2022
1 parent e7235f1 commit b2cc146
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ browser-compat: javascript.operators.spread

## Синтаксис

```js
```js-nolint
myFunction(a, ...iterableObj, b)
[1, ...iterableObj, '4', "п'ять", 6]
{ ...obj, key: 'значення' }
Expand Down

0 comments on commit b2cc146

Please sign in to comment.