WINFRED KWAO

Generation

fix invalid codeFri, 05 May 2023

String.fromCodePoint("_"); // RangeError String.fromCodePoint(Infinity); // RangeError String.fromCodePoint(-1); // RangeError String.fromCodePoint(3.14); // RangeError String.fromCodePoint(3e-2); // RangeError String.fromCodePoint(NaN); // RangeError

String.fromCodePoint(Math.pow(2, 53))

Want to kickstart your project?Use the new AI Studio to create your code