Kaarthik
5 supporters
JavaScript Strict Mode Explained

JavaScript Strict Mode Explained

Jul 15, 2021

Strict mode makes it easier to write "secure" JavaScript. Strict mode changes previously accepted "bad syntax" into real errors. In normal JavaScript, mistyping a variable name creates a new global variable. In strict mode, this will throw an error, making it impossible to accidentally create a global variable.

ReadMore:

Enjoy this post?

Buy Kaarthik a pizza

More from Kaarthik