Published onOctober 15, 2023Unveiling the Power of Set and Map in JavaScript ππΊοΈFront-EndKnowledgeJavaScriptJavaScript's Map: Versatile key-value pairs. Set: Distinct, ordered collections. Enhance data structures in seconds! πΊοΈππRead more β
Published onSeptember 22, 2023Understanding Plain Objects in JavaScript and Checking for Them π§Front-EndKnowledgeJavaScriptDistinguish plain objects from complex ones for robust data validation in web forms. Explore the importance and practical use cases.Read more β
Published onSeptember 15, 2023Exploring Promise Error Handling in JavaScript πFront-EndKnowledgeJavaScriptLet's unravel the distinctions between two common promise error handling patterns: `promise.then().catch` and `promise.then(resolve, reject)`.Read more β
Published onSeptember 8, 2023Difference between creating new objects by {} and Object.create(null)Front-EndKnowledgeJavaScriptIn JavaScript, when we want to make an object, there are different ways to do it. π§Read more β
Published onSeptember 1, 2023The URL Expedition - Unraveling the Web's JourneyFront-EndKnowledgeDive into the URL journey - parsing, DNS, server magicβunveiling the web's behind-the-scenes marvels!Read more β