BeginnerVocabulary#backend#developer-tools#algorithms

Futures and Promises Vocabulary

Build fluency in the vocabulary of representing and composing values not yet available from asynchronous operations.

0 / 5 completed
1 / 5
A teammate describes an object that represents a value not yet available from an asynchronous operation, letting calling code attach a callback to run once that value eventually resolves or rejects. What abstraction is being described?