bookmark

Master the JavaScript Interview: What is a Promise? — Eric Elliott


Description

A promise is an object that may produce a single value some time in the future: either a resolved value, or a reason that it’s not resolved (e.g., a network error occurred). A promise may be in one…

Preview

Tags

Users

  • @mjbrown

Comments and Reviews