Javascript is single threaded programming language.

Screenshot 2024-02-09 at 1.57.38 PM.png

What are web workers?

A web worker is a JavaScript script that runs in the background of an HTML page. It's a piece of browser functionality that can perform complex tasks without affecting the page's performance.

They can do complex operations without interfering the UI