Do you know what "use strict" does in JavaScript?
As JavaScript developers, we often have "use strict" - strict mode enabled in our projects. But do we know what that expression does? Let's find out.
What is a strict mode?
JavaScript's strict mode makes JS be executed in strict mode, which helps ide...
blog.kritikapattalam.com5 min read
Ahmed Sadman Muhib
Software Engineer @ Optimizely
I always wondered what
use strictbut never looked into it. Thanks for the explanation