JavaScript Use Strict
"Use strict" is a directive added in ES5 that tells the JavaScript engine to execute the code in a stricter mode. Strict mode is a way to opt-in to a restricted variant of JavaScript.
One of the key benefits of using strict mode is that it helps to c...
kalina.hashnode.dev5 min read