{} --- + 1 1 +- 2; 1+1; let result = 5/ 6; ++ a; 1+ -- b; a*b; a **b; a ||b&&c a|b a^b; b ++; a%b typeof value === "string" foo instanceof bar --- +1; 1 + -2; 1 + 1; let result = 5 / 6; ++a; 1 + --b; a * b; a ** b; a || b && c; a | b; a ^ b; b++; a % b; typeof value === "string"; foo instanceof bar;