Skip to content

Commit

Permalink
update(JS): web/javascript/reference/global_objects/object/assign
Browse files Browse the repository at this point in the history
  • Loading branch information
undead404 authored and AdriandeCita committed Sep 16, 2022
1 parent 0441151 commit 2a1a7bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ browser-compat: javascript.builtins.Object.assign

## Синтаксис

```js
Object.assign(target, ...sources);
```js-nolint
Object.assign(target, ...sources)
```

### Параметри
Expand Down

0 comments on commit 2a1a7bf

Please sign in to comment.