What are the characteristics of javascript ‘strict mode’?
Answer / Amit Kumar Srivastav
JavaScript 'strict mode' enhances error handling, disallows certain features that can lead to errors and helps maintain a consistent execution environment. Some key characteristics include:
1. Disallowing undeclared variables.
2. Strict evaluation of variables.
3. Disabling implicit globals.
4. Disallowing this keyword misuse.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to capture the Image width and height using QTP script ? Kindly answer plz.... Thanx in adavance...
How are DOM utilized in JavaScript?
What are the main uses of javascript?
What is the use of dom?
Explain the working of timers in javascript?
What does 3+4+"7" evaluate to?
What does => mean in node js?
What is the role of javascript in a web page?
Can an anonymous function be assigned to a variable?
What is number in javascript?
How to show progress bar while loading using ajax call?
How will you explain closures in javascript? When are they used?