92%

Your browser supports 92% of ECMAScript 6.

Variables click to collapse contents

✓     let and const

✓     TDZ error for too-early access of let or const declarations

✓     Redefinition of const declarations not allowed

✓     destructuring assignments/declarations for arrays and objects

✓     ... operator

Data Types click to expand contents

Number click to expand contents

String click to expand contents

Function click to expand contents

Array click to expand contents

Object click to expand contents

Generator and Promise click to expand contents

Class click to expand contents

Module click to expand contents