MGMehul Guptaindevcoding.hashnode.dev·Feb 26, 2023 · 4 min readConsuming Promises in JavascriptIntroduction Promises are one of the most important things that modern Javascript has to offer and there's no way a web developer can avoid using them. It will definitely be your interviewer's favorite topic if you're applying for a full-stack or a f...00
MGMehul Guptaindevcoding.hashnode.dev·Feb 19, 2023 · 4 min readAsynchronous JavascriptIntroduction In this Blog, we will discuss Asynchronous Javascript and how it is run under the hood. But before understanding what Asynchronous Javascript is let us take a moment to understand what synchronous code is. In traditional synchronous Java...00
MGMehul Guptaindevcoding.hashnode.dev·Feb 16, 2023 · 3 min readReact Virtual DOMReact is one of the most popular JavaScript library developed by Facebook for building user interfaces. One of the key features of React which makes it so popular is its Virtual DOM, which is a lightweight representation of the actual DOM (Document O...01D