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...
nikhilmalviya.hashnode.dev5 min read
No responses yet.