🚧unary plus (+)
🚧 under construction -> not not (!!)
JS ⟩ statement ⟩ expression ⟩ operator ⟩ arithmetic ⟩ unary ⟩ +
double tilde (~~) - nearest integer towards zero.
not not (!!) - convert any -> bool.
uses punctuator plus (+).
Last updated
Was this helpful?