Frage im Vorstellungsgespräch bei Celigo

How to deep clone an object?

Antwort im Vorstellungsgespräch

Anonym

28. Apr. 2022

My answer was JSON.parse(JSON.stringify(obj));. There is another method can be done using recursive function.