Strict Mode in javascript
What is "Strict Mode" in javascript?
"Strict Mode" is used in Javascript that allows preventing actions in javascript code and throws more exceptions. It was first introduced in ECMAScript 5 and helps to avoid bad syntax, and makes javascript code s...
anjaliblogs.hashnode.dev2 min read