Javascript event loop expained
JavaScript runs on a single thread, meaning it can only do one thing at a time.
But why we need event loop?
without it we could not run functions asynchronously.
Gmeet without event loop
streamVideo()
akshitmahajan.hashnode.dev2 min read