闻心阁

一蓑烟雨看苍生,半壶浊酒笑红尘

ES6 Tips in Chrome (2016-08-08)

2016-08-08 约 1 分钟读完 搬砖秘籍

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.

  1. .at() method
  2. .padStart() method
  3. .padEnd() method
  4. .values() method

If I find other features not support in Chrome, I would write it here again.