Search
Create a shallow copy of bird1 and assign it to bird2 variable.
bird1
bird2
Assign "Eagle" to bird2.name.
bird2.name
Use console.log() to show the value of the bird1.name property.
console.log()
bird1.name
For example