ES6 Tips in Chrome (2016-08-08)
Nowadays ES6 is more and more popular in front end development, so I plan to learn and practice it via Chrome browser. Why is Chrome? Because it can support most of ES6 features(Nearly 97% until 2016-08-08), but I also find a few method that it can’t support.
- .at() method
- .padStart() method
- .padEnd() method
- .values() method
If I find other features not support in Chrome, I would write it here again.