Many of you are curious about what happens when the JS program executes. In this blog, I will try to explain it. As we know Javascript is Synchronous single-threaded language which means that execution takes place line by line and in a specific orde...
dp789.hashnode.dev2 min read
No responses yet.