How to Deep clone in javascript November 20, 2022 by Tarik Very simple way, maybe too simple: var cloned = JSON.parse(JSON.stringify(objectToClone));