+ 1
Help me understand output of .toString(36)
How is output of the following code calculated? 0.9.toString(36) //"0.weeeeeeeee9" 1.toString(36) //Uncaught SyntaxError: Invalid or unexpected token
1 Odpowiedź
How is output of the following code calculated? 0.9.toString(36) //"0.weeeeeeeee9" 1.toString(36) //Uncaught SyntaxError: Invalid or unexpected token