What is strict mode in JavaScript?
What is strict mode?
Strict mode forces a program to work under a "strict" operating context, which is a way to implicitly opt in, thereby opting out of sloppy mode(default mode or non-strict mode). All browsers support "strict mode" except Internet ...
akashrj.hashnode.dev3 min read