What is Modern Mode/ Strict Mode in JS
So what is this “use Strict” mode as the name suggests it enables the strict mode when we write JS code.
Before 2009, there were some bugs in JavaScript to solve these bugs JavaScript team come up with the "use Strict" mode in 2009 with an ES5 update...
prashantt.hashnode.dev2 min read