MKMelbin Koshyinmelbin.hashnode.dev·Jan 10, 2024 · 3 min readYou Don't Know Objects in JavaScriptObjects form the backbone of JavaScript and are extensively used. So it is important that one must understand how objects work. In this blog i have discussed about various methods of creating an object, how object works in memory and some function as...00
MKMelbin Koshyinmelbin.hashnode.dev·Dec 23, 2023 · 4 min read5 Concepts every JavaScript Developer must know1. Strict Mode Strict mode, first introduced with ECMAScript5(ES5), allows developers to opt-in to a restricted variant of JavaScript. When enabled, the JavaScript runtime imposes a set of constraints and behaviors that help catch common coding mista...00