- Javascript is single threaded so its not good to put the expensive computation in same, Web Workers helps to move the heavy computation to background.

- There are 4 methods:
- Sorting without web worker freezes the UI count button, sorting with Web Workers keeps that available.
