diff --git a/08_Day_Objects/08_day_objects.md b/08_Day_Objects/08_day_objects.md index 69f5dc4..280e88d 100644 --- a/08_Day_Objects/08_day_objects.md +++ b/08_Day_Objects/08_day_objects.md @@ -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. -_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 const person = {