# 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.
Click the virtual machine below to start practicing