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鈥檚 for the absolute beginners. Once you鈥檝e 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鈥檚 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