JS engines are complicated piece of software. I want to quickly explain one of the optimization techniques V8 is using to speed up your code execution.
ReadHow we can perform costly operations on our server or user's browser? Multi threading in JavaScript comes to rescue!
Read