MAMASUM ALAMinpolyfills-masum-alam.hashnode.dev·Aug 4, 2025 · 2 min readPolyfills In Javascript !JavaScript evolves, new features are added to the language to simplify development and improve performance. However, not all browsers—especially older ones—support these new features. What Is a Polyfill? A polyfill is a piece of JavaScript code that ...00
MAMASUM ALAMinfirst-class-citizens.hashnode.dev·Aug 1, 2025 · 2 min readFirst Class Citizens In JavascriptWhat is first class ciziten in javascript ? A function that can be stored by variable, passed argument to another functions and can be assigned. Types Of First Class Cizitens In Javascript ? Assigning a function to a variable const enjoy = () => { co...00
MAMASUM ALAMinmasum-alam.hashnode.dev·Jul 20, 2025 · 3 min readArray MethodWhat is array ? a collection of data that’s stored various types of data type which can be accessible. The array is non-primitive data type in the manner, in this blog we can define the array method as listed below : ✌️Let’s with array methods : 1 . ...00