isEmpty
Return true if the given value is empty. Empty values include: - `null` - `undefined` - `0` - `NaN` - `''` - `[]` - `{}` - invalid `Date` time - object with `length` property of `0` - object with `size` property of `0` - object with no enumerable keys