DEV Community

Discussion on: Is JavaScript Synchronous or Asynchronous?

Collapse
 
shahrozahmd profile image
Shahroz Ahmed

javascript is synchronous by nature but it has a lot of features like callbacks, promises, async/await which allows you to implement asynchronous event handling in your project... hope you get the point :)