Asynchronous Programming in JS
Nov 15, 2022 · 5 min read · Q1. What is Asynchronous in Javascript? Ans:- Asynchronous means, when one task is executing, you can switch to a different task without waiting for the previous task to be completed. Q2. What is synchronous in javascript? Ans:- Synchronous means, t...
Join discussion
