Login
Remember
Register
Ask a Question
What are the applications of assign method in Javascript?
0
votes
asked
Oct 8, 2023
in
JavaScript
by
JackTerrance
What are the applications of assign method in Javascript?
javascript-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 8, 2023
by
JackTerrance
Below are the some of main applications of Object.assign() method,
It is used for cloning an object.
It is used to merge objects with the same properties.
...