Understanding the Javascript Engine: How Javascript Works
In simple words, Javascript is a language that can only do one thing at a time and in a specific order.
In more technical terms javascript is a synchronous single-threaded language.
Here, Single-threaded means javascript can only execute one command ...
ashwincodes.hashnode.dev3 min read