Méthodes de copie profonde JS

var newObject = JSON.parse(JSON.stringify(oldObject));
Wild Worm