Articles in this series
About Error When I execute this react code, <div id={id} className="row__posters"> {movies.length > 0 ? ( movies.map((movie) => { return...
About Error This error occurred when I git push -u origin main to push my commits. The reason was because I wrote personal access token in the...
Introduction in this article, I will be talking about pure vs impure function, and why it is a good practice to always try to use pure function if we...
Introduction In this article, I will be talking about Intermediately Invoked Function Expression (IIFE), and why we need an IIFE. IIFE...
Introduction In this article, I will talk about call stack, call back queue, web APIs and event loop. After reading this article, you should be able...
Introduction In this article, I will be talking about how the browser detects that there is an event. The standard DOM Events describes 3 phases of...