Why browsers are taking so long to support 100% Javascript ES6? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

Why browsers are taking so long to support 100% Javascript ES6?

The new additions to the language were finalized in june 2015 (ES6). I've checked the compatibility table here: http://kangax.github.io/compat-table/es6/ I was wondering why browsers don't fully support ES6 yet? When will it be fully supported by all browsers? Thanks

2nd May 2017, 6:48 PM
Pao
Pao - avatar
2 Answers
+ 2
Spaghetti code can be one factor. ES6 changed and added a good number of things that aren't touched on in SoloLearn. Read https://www.sitepoint.com/the-es6-conundrum/
2nd May 2017, 6:58 PM
Christian Bradley
Christian Bradley - avatar
+ 2
@Paola, Actually Browsers use WebKit (WebView) to show HTML, CSS and JavaScript so ES6 Support will be available with updates in WebKit
1st Jul 2017, 1:11 PM
Bruh