🚧 under construction
Last updated 2 years ago
Was this helpful?
JS ⟩ primitive ⟩ 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❗
any to Boolean.
falsy
not(f) - logical negation of a function.
!!x // conversion: any -> true/false