Question d’entretien chez Walmart

Clone a object in javascript.

Réponse à la question d'entretien

Utilisateur anonyme

14 déc. 2015

* JSON.parse(JSON.stringyfy(object)) * or iterate over the obj and verify hasOwnProperty and assign it to a new object. The interviewer was not satisfied with either of the answer and provided something which I could not comprehend.