⛔cannot convert Symbol to Number❗️
const s = Symbol();
+s; // ⛔️ TypeError: Cannot convert a Symbol value to a numberPreviouscannot convert BigInt to Number❗️Nextcannot assign to read only property 'prototype' of function 'xxx'❗️
Last updated
const s = Symbol();
+s; // ⛔️ TypeError: Cannot convert a Symbol value to a numberLast updated