Open Source Software PH
  • Home
  • About
  • GitHub
  • Discord
Sign in Subscribe

promises

A collection of 1 post
Understanding JavaScript Promises and Async/Await
javascript

Understanding JavaScript Promises and Async/Await

In a synchronous environment, code is executed one line at a time, and the next line of code doesn't execute until the current line has finished. This can cause delays, or even freezing, in web applications when dealing with time-consuming operations like network requests or reading from a file.
05 May 2023 4 min read
Page 1 of 1
Open Source Software PH © 2025
  • Sign up
  • Facebook
  • Twitter
  • Website
Powered by Ghost