YuNing's Thought

Home

❯

Notes

❯

JavaScript Async Await

JavaScript Async Await

Nov 05, 20231 min read

See also Asynchronous and JavaScript Event Loop

Javascript

src: Nodejs doc

async/await is built on JavaScript Promise.
They make the code look like it’s synchronous, but it’s asynchronous and non-blocking behind the scenes.

The one caveat being, anything you await must have been declared async:


Graph View

Backlinks

  • Asynchronous
  • Coroutine
  • JavaScript Event Loop
  • JavaScript

Created with Quartz v4.5.2 © 2025

  • GitHub
  • Discord Community