# ES6全掌握

建议阅读《阮一峰ES6博客》 (opens new window)

常见问题:

  • var、let、const的区别是什么?
  • 列举字符串常用操作方法
  • 列举数组常用操作方法
  • ES6你常用的有哪些语法?
  • ……