how to check is object is empty code example Example: javascript check empty object function isEmptyObject(obj) { return !Object.keys(obj).length; }