Async JavaScript and Fetch
Request data without blocking the page.
What you’ll learn
Promises represent work that completes later. async and await make promise-based code read like a clear sequence with explicit error handling.
Press Ctrl/Cmd + Enter to run.