Asynchronous JavaScript & EVENT LOOP
Key points on browser before starting Event Loop
Browser has JS Engine which has a Call Stack, In which has it Global execution context, local execution context etc.
But browser has many other features in built(in window object)- Local storage spac...
vigneshblogs.hashnode.dev3 min read