Check if a value is empty
Empty values include undefined, null, empty object and empty string
undefined
null
value to check
True if value is empty, false otherwise
https://stackoverflow.com/a/43233163
Check if a value is empty
Empty values include
undefined,null, empty object and empty string