PMPrajwal Mhaskarinprajwalmhaskar.hashnode.dev·Feb 26, 2025 · 4 min readPolyfills in JavaScript: What, Why & How?Understanding Polyfills When developing modern JavaScript applications, ensuring compatibility across different browsers and environments is a common challenge. New features are frequently introduced in the language, but not all browsers or environme...00
PMPrajwal Mhaskarinprajwalmhaskar.hashnode.dev·Feb 4, 2025 · 6 min readDora: The JavaScript ExplorerHola, amigos! It’s me, Dora, and today I’m going on a special adventure to find a treasure hidden deep in the Mystic Jungle! I’m going to need your help, so get ready for some fun! As we go on our journey, we’re going to learn some cool JavaScript ar...00
PMPrajwal Mhaskarinworld-before-apis-it-was-shocking.hashnode.dev·Jan 26, 2025 · 10 min readPre-API era: A shocking world before APIs!What is an API? An API (Application Programming Interface) is essentially a set of rules and protocols that allow different software applications to communicate with each other. It defines how requests are made, what data can be requested, and the fo...01J