ES6 support in playground.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

ES6 support in playground..

Does the coding playground for web support ES6??

22nd Nov 2018, 4:48 AM
Mensch
Mensch - avatar
3 Answers
+ 4
It depends on where you run the code. If its mobile then your system webview or chrome must be latest. If on website its your browser which must be latest. # Similar discussions https://www.sololearn.com/discuss/1107389/?ref=app https://www.sololearn.com/discuss/1398112/?ref=app
22nd Nov 2018, 5:07 AM
Lord Krishna
Lord Krishna - avatar
+ 3
The JS section of web codes support ES6. Really ES is just a standardized version of JavaScript
22nd Nov 2018, 5:15 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 3
Like Lord Krishna said, it depends really from your device/browser/webengine... A way to run es6 code where its not supported, is made with this code throught babel library https://code.sololearn.com/WL4QrKP4we6A/?ref=app
22nd Nov 2018, 6:49 AM
KrOW
KrOW - avatar