What is Use Strict?
Intro to 'use strict'
JavaScript's strict mode, introduced in ECMAScript 5, is a way to opt into a restricted variant of JavaScript, thereby implicitly opting-out of "sloppy mode".
We use a directive "use strict" to enable strict mode in JavaScript....
codeadventures.hashnode.dev2 min read