contrast ↔ Truthy
|| ↔ Logical OR Operator to return first Truthy or last Falsy
&& ↔ Logical AND Operator to return first Falsy or last Truthy
Boolean Context ↔ whether Value Coerces to Truthy || Falsy
? ↔ Declarative JS Operator to assign first Truthy Operand else fallback