Write a function named isDeepEqual
that receives two Objects as parameters and returns a boolean verifying if they are deeply equal or not.
Appart from primitive values, both parameters can contain nested Objects, Arrays, Maps or Date objects.
object1
=object2
=object1
=object2
=