The right way to make a deep copy

Report a typo

Choose the right way to get a deep copy of this object:

const car = {
  carBrand: 'Audi',
  year: 2017,
  models: [ 'A3', 'A7', 'Q5' ]
}
  
Select one or more options from the list
___

Create a free account to access the full topic