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:
parent
107e06a93d
commit
379aa68e16
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue