Javascript is single threaded programming language.

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