'isEmpty' utility function
Similar to !hasValue, but also returns true for empty arrays and objects.
// value - the value to check // { boolean } - false if undefined, null, or '', otherwise true
'isEmpty' utility function
Similar to !hasValue, but also returns true for empty arrays and objects.
// value - the value to check // { boolean } - false if undefined, null, or '', otherwise true