项目作者: markcarrrr

项目描述 :
JavaScript ES6 examples
高级语言: JavaScript
项目地址: git://github.com/markcarrrr/es6-examples.git
创建时间: 2018-04-22T18:41:29Z
项目社区:https://github.com/markcarrrr/es6-examples

开源协议:

下载


JavaScript ES6 examples

Personal code examples to highlight my knowledge of ES6.

Requirements

For import/export of modules to work the ‘site’ will need to be set up in a local server due to CORs issues. As a suggestion MAMP can be a good solution for this as can IIS.

Testing

  • Lastest Chrome (macOS)
  • Latest Firefox (macOS)
  • Latest Safari (macOS)
  • Latest Edge (Win10)
  • VoiceOver (macOS)

ES6 examples used

  • Classes
  • Promises
  • Export/Import modules
  • Arrow functions
  • Template literals
  • Fetch API

Resources: