Choose the right way to get a deep copy of this object:
const car = {
carBrand: 'Audi',
year: 2017,
models: [ 'A3', 'A7', 'Q5' ]
}
Choose the right way to get a deep copy of this object:
const car = {
carBrand: 'Audi',
year: 2017,
models: [ 'A3', 'A7', 'Q5' ]
}
Create a free account to access the full topic