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



Have a question or feedback? Drop it below — I read every comment!
No comments yet — be the first to start the conversation!