Expressions and operators - JavaScript | MDN
The void operator discards an expression's return value. typeof The typeof operator determines the type of a given object. + The unary plus operator converts its operand to Number type.-The unary negation operator converts its operand to Number type and then negates it. ~ Bitwise NOT operator.! Logical NOT operator. Arithmetic operators