Tuesday, June 2, 2020

JavaScript Clone Object

Cloning a Object in JavaScript is not going to be StraightForward especailly if the Object contians Complex Objects and is not limited to primitive types.


  1.  Use Object.assign

           var newObject = Object.assign({}, oldObject);


      2. JSON way
          var newObject =  JSON.parse(JSON.stringify(oldObject));

8 comments:

  1. Your contents are completely awesome and share worthy. I really appreciate your efforts that you put on this. Keep sharing. For more Oracle 12c Rac Administration Course related information visit Akswave

    ReplyDelete
  2. Your examination of the subject is comprehensive and presented in a clear manner. I eagerly anticipate further contributions from you.
    data Analytics courses in leeds

    ReplyDelete
  3. Hey amazing blogs please check out our site
    https://www.time4servers.com/blog/bulk-email-marketing-server/

    Bulk Email marketing server

    ReplyDelete
  4. Nice blog. Thanks for sharing.
    Java classes in Pune

    ReplyDelete