A short guide to Blocking Code in Javascript
When an app runs in a browser/server and it executes and an intensive chunk of code without returning control, the APP can appear to be frozen.
This is called blocking. The app is blocked from continuing to handle user input and perform other tasks ...
rahulism.hashnode.dev2 min read