A quick guide to JavaScript Web Workers
Recently, I have been diving deep into the world of JavaScript, trying to understand some fundamental concepts. One of the most fascinating things I discovered is Workers!
As we all know JavaScript is a single threaded language. All of the code that ...
harshit147.hashnode.dev4 min read