JavaScript Concepts
Code execution in JavaScript
We know that JavaScript is a synchronous single-threaded language. While we execute the JavaScript code a global execution context is created. It has two phases memory phase and a code phase. In the first step, JavaScript...
sharathkumarkn.hashnode.dev12 min read