Learning and enjoying coding
Nothing here yet.
Nothing here yet.
Hey there developers. Have you ever wondered, What actually happens behind the scenes, when you click or type an URL and a new page appears? From clicking the link to a fully loaded new webpage, it may seem magical to most of the people. But we, we ...

Hey there, JS heroes! Have you ever wondered? If JavaScript is synchronous by nature, then how does it manage to run asynchronous code like async/await, .then, and .catch? What exactly happens to the setTimeout() function before it gets executed? ...
