What is Event loop in Javascript and what it does?
What is Javascript?
Let's clear this up first. Javascript is a programming language used to develop web apps. It is also used to develop cross-platform desktop and mobile applications (through frameworks).
JS is Single-Threaded, non-blocking, and sup...
techbyakash.hashnode.dev2 min read