๐งoperator
๐ง under construction
JS โฉ statement โฉ expression โฉ operator โฉ
arithmetic / comparison / logical / assignment expressions, categorized as๏ผ
prefix / infix / postfix operators.
JS operators usually convert the type of their operands as needed.
operator(s) that expect boolean operands will work with an operand of any typeโ(every value is truthy or falsy)
Last updated
Was this helpful?