⭕unary arithmetic operator
// any -> number (except Symbol, BigInt)
+x
+Symbol() // ⛔️ TypeError
+40n // ⛔️ TypeError
// TypeError: Cannot convert a Symbol/BigInt value to a numberLast updated
// any -> number (except Symbol, BigInt)
+x
+Symbol() // ⛔️ TypeError
+40n // ⛔️ TypeError
// TypeError: Cannot convert a Symbol/BigInt value to a numberLast updated