Update README.md

I think it would be nice to expand the Promises section here, if and when to prefer them over callbacks
This commit is contained in:
Daniele Piccone 2015-04-05 21:24:38 +02:00
parent 107e06a93d
commit 379aa68e16
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ duplicate([1,2,3,4,5]); // [1,2,3,4,5,1,2,3,4,5]
* Why would you use something like the `load` event? Does this event have disadvantages? Do you know any alternatives, and why would you use those?
* Explain what a single page app is and how to make one SEO-friendly.
* What is the extent of your experience with Promises and/or their polyfills?
* What are the pros and cons of using Promises instead of callbacks?
#### Network Questions: