How Javascript works in the background
Javascript is one of the most light weighted and synchronous, single threaded programming language.
Whenever you execute a javascript program a global execution context is created which has two parts.
For Example lets consider this code
For the abov...
aloksingh00.hashnode.dev2 min read