+ 1
Its a bug or is only my smartphone? using es6
In smartphone the error is : 'Unexpected token ILLEGAL' I think is Missing an interpreter of ES6 in smartphone because Template strings causing 'Unexpected token ILLEGAL' in Desktop View is fine.
1 Respuesta
+ 8
It's Your smartphone. The Web playground uses your device's webview to run codes in the app. outside that depends on the browser version you run the code. try running the web code in an external browser like firefox or chrome it should work.