5 Concepts every JavaScript Developer must know
1. 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...
melbin.hashnode.dev4 min read