Check if an Object Is Empty

# Introduction In this challenge, we will tackle the task of checking if an object is empty. a function that evaluates the object and returns true if it is empty, and false if it is not. The function will only analyze object types and exclude primitive types.

|60 : 00

Click the virtual machine below to start practicing