Experimenting with Promises and Generators
Understanding the Difference between Anonymous Callback, Named Callbacks, Promises, Promises with generators and Async/Await methods
- Javascript with ES6 Features and Vanilla templating
- jQuery
- Babel Standalone and Babel Polyfill for generator functions
- Bootstrap
- PrettifyJS
- BluebirdJS for Promise Coroutine( Alternative co, q)
Object Literal Pattern
Revealing Module Pattern
- Anynonymous callbacks (https://legndery.github.io/i-promised-in-js/#basic1)
- Named Callbacks (https://legndery.github.io/i-promised-in-js/#basic2)
- Promises (https://legndery.github.io/i-promised-in-js/#promise1)
- Promises with Generators using BluebirdJS (https://legndery.github.io/i-promised-in-js/#promise2)
- Async/Await (https://legndery.github.io/i-promised-in-js/#promise3)