[AskJS] Is there a detailed comparison chart that shows what's supported in JavaScript ES5 versus ES6?

This page summarizes the projects mentioned and recommended in the original post on /r/javascript
ES6

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • caniuse

    Raw browser/feature support data from caniuse.com

  • Sounds like a browser compatibility chart is exactly what you want. Browsers don’t really implement exactly along the lines of ES5, 6, etc., so it’s kind of irrelevant what was technically included in each release. Worry about which browsers you want to support, and how many older versions of each you care about. Check out https://caniuse.com/. Also, if you’re using babel for transpilation they have plugins specifically for adjusting the output to meet your desired compatibility.

  • ECMAScript 6 compatibility table

    ECMAScript compatibility tables

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts