Implement Custom Object.is Method

# Introduction In this challenge, we will tackle a real interview question where you will be implementing the `Object.is` method. The challenge involves understanding how the `===` operator can be confusing in certain situations and how the `Object.is` method can help solve those problems. Your task is to create a function called `myObjectIs` that implements the same functionality as the `Object.is` method. The function should determine whether two values are the same.

|60 : 00

Click the virtual machine below to start practicing