Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

promise js

A Promise is in one of these states:

pending: initial state, neither fulfilled nor rejected.
fulfilled: meaning that the operation was completed successfully.
rejected: meaning that the operation failed.
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #promise #js
ADD COMMENT
Topic
Name
3+8 =