Most voted "use-strict" questions
use Strict is a new feature of Ecmascript 5, which basically allows us to improve the quality of our Javascript code by making exceptions when we try to do something we shouldn’t do.
Learn more…3 questions
Sort by count of
-
66
votes6
answers27772
viewsWhen, why and how to use the "use Strict" directive in Javascript?
I had never seen before the use of this directive, but almost all the most mature jQuery plugins use it. I would like to know when and how to use it and what its purpose is.
-
20
votes1
answer3182
viewsWhat is and how does context (this) work in Javascript?
Essential part of Javascript, every function has context (this). How it works, how to manipulate it and what changes in strictly speaking ('use strict')?…
-
7
votes1
answer492
viewsHow do Visual Studio recognize the 'use Strict' directive?
Apparently Visual Studio does not recognize the directive 'use strict', because I typed the code below that assigns value to a variable that has not been declared (something prohibited in Strict…
javascript visual-studio-2013 intellisense use-strict ecmascript-5asked 10 years, 10 months ago Zignd 6,741