What is Use Strict?
Oct 5, 2021 路 2 min read 路 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....
Join discussion

