Skip to content

PrimeLens/reference-notes-ES6

Repository files navigation

My notes for ES6, ES2015, ES2016

Lesson names and notes taken from this course at egghead.io LINK

* really weird tutorial, completely contra to the pattern of one way data binding and stores

** no IE support, also I found this to be a terrible example. It did not address multiple asynchronous calls with one callback for all. I've added code in my notes for the missing example use case and I've added IE fallback

Extras

  • For import vs require see this LINK noting that import is ES6 and require is Node/CommonJS. Take note of section 3.1 where Axel writes "There are other ways to specify named exports (which are explained later), but I find this one quite convenient"

  • My example for comparing factory vs new vs class
    factory_vs_new_vs_class.js
    For further notes just on ES6 classes I found this LINK fast and easy to understand

About

my notes for ES6, ES2015, ES2016

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published