kgashok / ajax-simple

Ajax simple tutorial
https://ajax-simple.glitch.me/
2 stars 0 forks source link

practice promises #2

Open kgashok opened 6 years ago

kgashok commented 6 years ago

Moving to Promises


http://j.mp/promiseJS - my own personal requirement for using Promises for bookmarklet creation http://bit.ly/promiseIncremental http://j.mp/promiseIn16 http://bit.ly/promiseBasics

kgashok commented 6 years ago

And then complete Promise Chaining

https://javascript.info/promise-chaining

kgashok commented 6 years ago

And truecode tutorial

https://truetocode.com/understanding-callbacks-and-callback-hell-in-javascript-asynchronous-behavior-of-javascript-part-1/697/

https://truetocode.com/understanding-promises-in-javascript-asynchronous-behavior-of-javascript-part-2/730/