Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- When you join a promise the other promises will complete execution even if one promise errors out.
- ---Verdadero
- *******************************************************
- Then method of a promise allows you to specify the work to be done on the fulfillment of the promised value.
- ---Verdadero
- **************************
- Select the correct code to create a promise.
- WinJS.Promise()
- ***********************************************
- WinJS.ErrorFromName and throw are are the two ways in which you can throw an error.
- ---Verdadero
- **********************************************
- Web workers is the only method of implementing concurrency on the web.
- ----Verdadero
- **********************************************
- WinJS.Promise expects a function with the following functions to be passed. (select all that apply)
- ---Error
- ---Progress
- ----Complete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement