What is strict mode in javascript?
Answer / Ashish Srivastava
Strict mode is a mechanism in JavaScript that activates certain restrictions and adds warnings to help prevent errors. It can be enabled by adding 'use strict' as the first line of a script or a function.
| Is This Answer Correct ? | 0 Yes | 0 No |
How you can modify XAML content from JavaScript in Silverlight?
What is let keyword in typescript?
What is purpose of onerror event handler in javascript?
What is the disadvantage of using innerhtml in javascript?
How do I run javascript on my iphone?
What are the pop-up boxes available in javascript?
What is a framework programming?
How do you name a variable in javascript?
How do I add javascript to chrome?
How does typeof operator work?
Is javascript multi-threaded or single-threaded?
Write the point of difference between web-garden and a web-farm?