What the hack is Event Loop ๐ค? Why you should care about ๐คทโโ๏ธ?
JavaScript is a single-threaded programming language, which means it can perform one task at a time. Though it is a single-threaded programming language it can perform asynchronous tasks. Isn't it great? Of course yes it is awesome ๐คฉ.
We have a brie...
biswarup35.hashnode.dev5 min read