🚧 under construction
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❗
convert any value to Boolean.
!!x // conversion: any -> true/false
falsy
not(f) - logical negation of a function.
Last updated 1 year ago