`

Event Loop

Javascript at its core is single threaded. With that said, there are lot of asynchronus operations to be handled and these are handled with browser event loop mechanism. The event loop consists of below primary components:

Event Loop in JS