PPPriya Patelinpriya31.hashnode.dev·Jun 10, 2022 · 3 min readDebouncing and ThrottlingIn this article, we will discuss what exactly is debouncing and throttling, why we use them & the main difference between the two. There might be some functionality in a web page that requires time-consuming computations. If such a method is invoked ...00
PPPriya Patelinpriya31.hashnode.dev·Jan 11, 2022 · 3 min readTranspiler and CompilerThere are lot of confusion about Transpiler and compiler that they are similar but actually are they ?? Lets find out !!! Compiling and transpiling have very similar defination but they are not the same . So what are the differences between these tw...00
PPPriya Patelinpriya31.hashnode.dev·Jan 9, 2022 · 3 min readTemporal Dead Zone(TDZ) in JavascriptTemporal dead zone sounds like a sci-fi phrase but yet important to understand. This is the topic which I think every developer should know . Now lets deep dive in it to know what are TDZ ?? In the beginning there is just one type of variable that is...00
PPPriya Patelinpriya31.hashnode.dev·Sep 29, 2021 · 2 min readCSS TricksAs time goes by, CSS is becoming more and more powerful and nowadays it offers lots of possibilities to create visually stunning websites. This one’s for the absolute beginners. Once you’ve learned how the box model works, and how to float those boxe...00
PPPriya Patelinpriya31.hashnode.dev·Sep 28, 2021 · 3 min readDOM SelectorsIf you are reading this article, then you must be familiar with DOM (Document Object Model). So let’s get started with DOM Selectors without wasting time on explaining what a DOM is.😄😄 DOM Selectors, as the name suggests is used to select HTML elem...01V