🚧unary plus (+)
🚧 under construction -> not not (!!)
// any -> number
+x
// except Symbol, BigInt
+Symbol() // ⛔️ TypeError
+40n // ⛔️ TypeError
// TypeError: Cannot convert a Symbol/BigInt value to a numberLast updated
🚧 under construction -> not not (!!)
// any -> number
+x
// except Symbol, BigInt
+Symbol() // ⛔️ TypeError
+40n // ⛔️ TypeError
// TypeError: Cannot convert a Symbol/BigInt value to a numberLast updated