Internal working of javascript
Javascript is synchronous single threaded language. means it executes the code in order line by line.
how it works we will look in upcoming articles.
Before we deep dive into the execution of javascript code, let explain some pre-requisite terms.
...
shafiq.hashnode.dev3 min read