In this article, we will learn about the Use of the strict features of javascript with example.
What is Use Strict in javascript?
Basically, use strict is a new feature of javascript, which is introduced in ECMAScript 5
The statement "use strict";
instructs the browser to use the strict mode, which is a reduced and safer feature set of javascript
Leave a Comment
Share Your Thoughts