JavaScript Execution Context and Event Loop
What happens when you run a javaScript program?
JavaScript is a single threaded programming language ( it has a single run time or a call stack) which means that it can run only one piece of code at a time. When you run a javaScript program , there a...
shadyblogs.hashnode.dev6 min read