SyntaxFix
Write A Post
Hire A Developer
Questions
Combining answers from @inkednm into one function:
function isEmpty(property) { return (property === null || property === "" || typeof property === "undefined"); }