1
0
Fork 0

Add es6 modules tutorial.

This commit is contained in:
Starbeamrainbowlabs 2017-10-08 21:18:24 +01:00 committed by GitHub
parent 1778d5dc7d
commit d4d8e5f277
1 changed files with 1 additions and 0 deletions

View File

@ -88,5 +88,6 @@ This section could easily get absolutely huge, so it is limited to a *very* smal
- [es6-features.org](http://es6-features.org/#SpreadOperator) - An overview of the new features added in EcmaScript 6
- [RGraph HTML5 Canvas Reference](http://www.rgraph.net/reference/index.html) - A good HTML5 canvas reference with examples
- [RegexOne](http://regexone.com/) - A good reguar expression tutorial with practical examples and tests
- [ES6 Modules Tutorial](https://jakearchibald.com/2017/es-modules-in-browsers/) - A good tutorial on ES6 modules.
- [Javascript Scope Quiz](http://madebyknight.com/javascript-scope/) - A small quiz / tutorial to help you understand scope in Javascript