Check if the object stored
in the bird1 variable is the same
as the one stored in
the bird2 variable.
Use console.log() to
show the comparison.
Also, create another variable bird3 whose value is equal to bird1 when equality is checked.
Again, use console.log() to show the comparison.