Glossary term
What is Promise and await?
In Apex Flow Academy, "Promise and await" means: A promise is a value that will arrive later. The word await pauses one function until it arrives, without freezing the page. It is taught in JavaScript From Zero: Make Web Pages Come Alive. Related terms include API, Bug, localStorage and Breakpoint.
- 1 course teaches it
- plain-word definition
The facts
What is Promise and await?
A promise is a value that will arrive later. The word await pauses one function until it arrives, without freezing the page.
Where is Promise and await taught?
Promise and await is defined in JavaScript From Zero: Make Web Pages Come Alive.
Which terms are related to Promise and await?
Next to Promise and await in the course glossaries: API, Bug, localStorage, Breakpoint, JSON, Check and Render.
The hard questions, answered straight
Bold questions people really ask. Each answer comes from the course data or a settled Academy fact.
Do I need experience before I learn Promise and await?
It depends on the course. Each course that teaches it lists its own prerequisites, and all are listed at beginner level:
- JavaScript From Zero: Make Web Pages Come Alive: No prior programming and no CSS knowledge are needed; the style sheet you need is given to you.