```javascript >> 2.toString() SyntaxError: Unexpected token "toString" in 1 >> (function weird() { return 2.toString(); })() 2 ```