SShahazadinshahazad.hashnode.dev·Aug 2, 2021 · 7 min readUnderstanding 'this' in JavascriptIntroduction Tricky questions around this are very common in Javascript interviews Unfortunately, in one such interview, I was not able to solve them. So I decided to study more on the this concept and document my understanding of it. Most of the con...00
SShahazadinshahazad.hashnode.dev·Jun 16, 2021 · 3 min readUnderstanding PromisesNo! I am not gonna write a philosophical blog on Promises and how I am never gonna give you up. Haha! rickrolled you. But on a serious note, when I started learning Promises in Javascript, it took me quite a while to wrap around the concept. This bl...00
SShahazadinshahazad.hashnode.dev·Jun 16, 2021 · 3 min readThings to keep in mind when doing Functional ProgrammingSo you have started with web development and were working your way through Javascript when you came across Functional Programming. You might be saying, "But, we were only taught Imperative and Object-Oriented programming in college. What is this new ...00
SShahazadinshahazad.hashnode.dev·Jan 17, 2021 · 4 min readA starter guide to Functions in JavascriptFunctions are the heart of Javascript. They are known as first class objects. Coming from a background where I wrote C++ during my initial days of learning how to code, it blew my mind when I came to know that in JS we can even pass functions as para...00