Why the Code background is writing error when I write in EcmaScript 6?it is not supporting EcmaScript6 yet? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why the Code background is writing error when I write in EcmaScript 6?it is not supporting EcmaScript6 yet?

I have tried let,const,class noone of em were working

1st Aug 2017, 3:41 AM
Zohrab Alexanian
Zohrab Alexanian - avatar
6 Answers
+ 3
As far as I know Sololearn has done pretty good job on playground ES6 support. I have couple of ES6 codes which runs with no problems, perhaps you could check my codes to clear your doubts.
1st Aug 2017, 6:01 AM
Benneth Yankey
Benneth Yankey - avatar
+ 2
Maybe You didn't make your code into strict mode? Or you use old android?
1st Aug 2017, 2:16 PM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 1
on my py shell too smtimes this happens and then I restart the console..
1st Aug 2017, 6:38 AM
Otumian Empire
Otumian Empire - avatar
+ 1
Sololearn background uses phone browser to run the code. Code run on new phone should support most ES6 codes.
1st Aug 2017, 3:28 PM
Calviղ
Calviղ - avatar
0
@BenBright I have used simple example like let x = 5; console.log(x); but it says error in line 1 where I wrote let even the color wasn't changing up when was writing let
1st Aug 2017, 11:00 AM
Zohrab Alexanian
Zohrab Alexanian - avatar
0
As calvin stated,it uses the phone's WebKit system to interpret JavaScript.Your phone maybe have an older WebKit which doesn't support ES6 yet.
24th Nov 2017, 4:27 AM
Vikaash
Vikaash - avatar