We are able to write asynchronous JS code, but JS itself doesn't have asynchronous behavior built into it. Perhaps surprising, but JS being a single-threaded language, at a time only a single chunk of code can get executed. That means if there is a t...
akshitakanojia.hashnode.dev3 min readNo responses yet.