Understanding Async JavaScript in Simple Way: Callbacks, Promises & Async/Await
In modern web development, asynchronous programming is very important. JavaScript is single threaded, so normally code runs line by line. If one heavy task comes, whole application can stop for some t
tanishkatech.hashnode.dev5 min read