Skip to main content
Code Cinema
JavaScript

Write async code. Watch the Promise resolve in real time.

async function fetchData() { const data = await getData(); return data; } fetchData();
Click here and start typing...
Async — non-blocking execution
Type the async function to start the timeline...