2

I'm trying to do

458.toString() and its giving error (Uncaught SyntaxError: Unexpected token ILLEGAL). Then after trying/searching some other process they worked. eg.

  1. 458 .toString();
  2. 458..toString();
  3. (458).toString();

I understand #3, but not well about #1 and #2. Please help me with explanation of #1 and #2 statement.

Mike Christensen
  • 82,887
  • 49
  • 201
  • 310
The System Restart
  • 2,893
  • 18
  • 27

0 Answers0