Strict Mode Flashcards
1
Q
How to Activate Strict mode in Javascript ?
A
‘Use strict’ ;
Use this code on the start of every page else this will not work
2
Q
Why to use Strict Mode ?
A
Identify bugs easily
Security reason
How to Activate Strict mode in Javascript ?
‘Use strict’ ;
Use this code on the start of every page else this will not work
Why to use Strict Mode ?
Identify bugs easily
Security reason