ASAakarsha Shettyinaakarsha-kodthiwada.hashnode.dev·Feb 14, 2023 · 2 min readWhy do we need "Arrow Functions"?A Function in JavaScript is a block of code designed to perform a particular task. functions allow the developers to break the code into smaller or simpler components as a result, we can write once and use it several times instead of repeating the co...00
ASAakarsha Shettyinaakarsha-kodthiwada.hashnode.dev·Jul 12, 2022 · 4 min readEvent Loop in JavaScriptBefore talking about event loops in Javascript, let's see what's inside any browser. So when we think as a beginner we know that any browser like Google, Firefox, Opera, and Safari they have a Javascript engine to run JavaScript code and local storag...00