AYAbhishek Yadavinabhi-this-js.hashnode.dev·Apr 29 · 3 min readUnderstanding the this Keyword in JavaScriptIntroduction The this keyword in JavaScript is one of the most commonly misunderstood concepts. Its value is not fixed—it depends entirely on how a function is called. A simple way to understand this 00
AAnandinblog.anands.dev·Mar 15 · 6 min readJavaScript Functions & Arrow Functions Explained (With Examples & Gotchas)Functions in JavaScript ()=>{} Before arrow functions lets understand what are Functions . Imagine you're building a backend API. Every time a user signs up, logs in, or updates their profile, you nee00
PAParikar Agarwalinjsolution.hashnode.dev·Mar 4 · 7 min readThe Structure of JavaScriptIf we come from a web development background we all know what JavaScript is. Even if we have just started to explore it we would know what JavaScript is. But JavaScript is a language that has some nua00
TATapas Adhikaryinblog.greenroots.info·Apr 15, 2019 · 4 min readTask Queue and Job Queue - Deep dive into Javascript Event Loop ModelThere is a famous saying, Keep every promise you make and only make promises you can keep. In my last post, I also made a promise that I shall write about the concept of Task and Job Queues. Here is the post on it. Interestingly, this post is mos...06WBZSU
TATapas Adhikaryinblog.greenroots.info·Apr 14, 2019 · 4 min readJavascript Event Loop - Why so Serious!Let me put a dramatic start to this one. This is not just a blog, story, or any other technical article. This is rather a realization that I had very recently. I have seen two categories of JavaScript developers in my surroundings. One that knows how...03FG