SSSanjit Sarkarinsanjitsarkar.hashnode.dev·Jun 8, 2022 · 4 min readWhat is Pollyfills in Javascript ?Introduction A polyfill is a piece of code (usually JavaScript on the Web) used to provide modern functionality on older browsers that do not natively support it. .Everything is changing rapidly in the world of web development, and the feature whic...00
SSSanjit Sarkarinsanjitsarkar.hashnode.dev·Jun 8, 2022 · 3 min readDeep dive into Debouncing in JavascriptIntroduction Maybe you are wondering how e-commerce and social media sites show us suggestions while we are typing something into the search bar and how they handle the enormous amount of requests users make with each keystroke. So to fix the overflo...00
SSSanjit Sarkarinsanjitsarkar.hashnode.dev·May 31, 2022 · 3 min readWhat is Prototype in Javascript ?Introduction We javascript developers have come across this Javascript buzzword Prototype while preparing for interview or sneaking into the codes of npm modules. So, In this blog I will try my best to unfold the hidden mystery of Prototype. Prototy...01T