Its a bug or is only my smartphone? using es6 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

19th Jan 2018, 2:49 PM
Roger C
Roger C - avatar
1 Answer
+ 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.
19th Jan 2018, 3:17 PM
Lord Krishna
Lord Krishna - avatar