From the course: Learning ECMAScript 6+ (ES6+)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Understanding browser support

Understanding browser support - JavaScript Tutorial

From the course: Learning ECMAScript 6+ (ES6+)

Start my 1-month free trial

Understanding browser support

- [Instructor] When the ECMAScript committee approves the new feature, companies that make web browsers have new guidelines for how to use JavaScript. But that doesn't just mean that a magic wand is waved and all these browsers immediately support that feature. Something that can help if you're looking for a certain feature's browser support is this compatibility table. So if you go to kangax.github.io/compat-table, you can see where everything is at. How are all these browsers supporting all of these different features? So FF is Firefox, Chrome is there, IE, all of the different browsers. Pretty much everything that we'll cover in this course has broad browser support. But if you're looking to get out on the bleeding edge with some of these features, a guide like this will help you out a lot. Because everything we'll be covering is supported by most browsers, I don't have to worry about setting up any sort of build…

Contents