Home
Blogs
Interview Questions
ASP.NET
ASP.NET Fundamentals
ASP.NET MVC
ASP.NET Core
.NET
C#
JavaScript and Frameworks
JavaScript
Angular 2+
Design Patterns & Practices
OOPS
Data Structures & Algorithms
About
Contact
Search
Home
Interview Questions
JavaScript and Frameworks
JavaScript
What is the benefit of using "use strict" in JavaScript?
<< Previous
Next >>
What is the benefit of using "use strict" in JavaScript?
Using "use strict" prevents you from using undeclared variables.
Best Answers:
https://www.w3schools.com/js/js_strict.asp
https://stackoverflow.com/questions/1335851/what-does-use-strict-do-in-javascript-and-what-is-the-reasoning-behind-it
Interview Questions by Technologies
ASP.NET Fundamentals
ASP.NET MVC
ASP.NET Core
C#
JavaScript
Angular 2+
OOPS
Data Structures & Algorithms
This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies. For more information - please visit our
private policy
.
Got it