SMSoubhagya Mishrainsmishra.hashnode.dev·Aug 16, 2021 · 5 min read"this" in JavaScriptWe will try to understand how this works, with some concepts and examples as well. this has different values depending on where it is used: So will understand this inside the following... Global Scope Objects Methods Functions (including strict mod...00
SMSoubhagya Mishrainsmishra.hashnode.dev·May 31, 2021 · 3 min readPolyfill for .filter()Polyfill A polyfill (or polyfiller) is a piece of code (usually JavaScript on the Web) used to provide modern functionality on older browsers that do not natively support it. Polyfills are used to address issues where browsers implement the same fea...00
SMSoubhagya Mishrainsmishra.hashnode.dev·May 29, 2021 · 14 min readArray Methods in JavaScriptBefore going into all the methods present to work on an Array, let's understand what an Array first... What is an Array? In JavaScript, an array is a data structure that contains a list of elements that store multiple values in a single variable. A...00
SMSoubhagya Mishrainsmishra.hashnode.dev·May 24, 2021 · 8 min readMUST USE Websites & Tools for Web DevelopersToday we are going to go over incredible and useful tools and websites I have gathered from all the resources I've come across from my learnings. All the mentioned tools are completely free to use and we are going to cover websites in categories such...00