Data Structures Used In Browsers
As we all know, JavaScript is a single-threaded language. If there is simple synchronous code then code execution happens one after the other and it's all a piece of cake. In reality however, we often find ourselves dealing with asynchronous events a...
devroy.hashnode.dev4 min read