pull/789/merge
evabth 8 months ago committed by GitHub
commit cd547086d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -358,7 +358,7 @@ He teaches HTML, CSS, JavaScript, React, Node, MongoDB, Python, D3.js, Meteor, a
There are different methods to manipulate an object. Let us see some of the available methods. There are different methods to manipulate an object. Let us see some of the available methods.
_Object.assign_: To copy an object without modifying the original object _Object.assign(target, ...sources)_: Creates shallow copies of key value pairs that are then added to the target object without modifying the original object
```js ```js
const person = { const person = {

Loading…
Cancel
Save