Walmart interview question

Clone a object in javascript.

Interview Answer

Anonymous

Dec 14, 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.