Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

promise definition in javascript

A promise is an object that may produce a single value sometime in the future: either a resolved value, or a reason that it's not resolved (e.g., a network error occurred)
Source by scotch.io #
 
PREVIOUS NEXT
Tagged: #promise #definition #javascript
ADD COMMENT
Topic
Name
3+1 =