Checking If Two Objects are Equal

# Introduction In this challenge, we will tackle the task of checking if two objects are equal. Through this challenge, you will gain experience in writing a function that compares the equality of two objects. The objective is to create an `isEqual` function that can accurately determine if two objects are the same, based on their key-value pairs.

|60 : 00

Click the virtual machine below to start practicing