Closures: Subtle Yet PowerfulJavaScript has evolved over the years by introducing a lot of new features & taking a lot of notes from other languages as well. It contains so many small concepts that developers use everyday without even noticing. Closures are one of those concepts...May 2, 2022·5 min read·66
Execution Context & Call Stack: How JavaScript code is executedIntroduction JavaScript works quite differently than other programming languages like C, Python or Java. Execution Context & Call Stack are one of the most important building blocks that determine how a JavaScript program runs internally. So, let’s e...Feb 15, 2022·6 min read·280