// JS Essentials: Falsy Values false undefined null NaN 0 or +0 or -0 "" or '' or `` (empty string) // Everything else is truthy