What is JavaScript Strict Mode?
What is Strict Mode?
Strict mode is a way to make JavaScript errors more obvious. It can make the code more optimized for performance and prevent some security vulnerabilities.
You can get away with a lot in JavaScript. The language is very forgivin...
johnpalmgren.hashnode.dev6 min read