🦠Boolean

🚧 under construction

JSprimitive ⟩ boolean

!!x    // any -> boolean

Every value is either truthy or falsy

operator(s) that expect boolean operands will work with an operand of any type

convert any value to Boolean.

!!x    // conversion: any -> true/false

Last updated