Clone a object in javascript.
Anonimo
* 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.