0
ES6 support in playground..
Does the coding playground for web support ES6??
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
+ 3
The JS section of web codes support ES6. Really ES is just a standardized version of JavaScript
+ 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