Javascript Programming

Javascript Event Loop for Concurrency in Javascript

Javascript is a single-threaded language yet it works on a concurrency model with the help of the javascript event loop.