const raw = "0"; console.log(JSON.stringify([ Boolean(raw), Number(raw), raw || "fallback", raw ?? "fallback", ]));