Tag: use strict mode
-
What is strict mode in JavaScript?
Have you ever noticed use of strict keyboard as shown in following image anywhere? When I start creating application for Windows Store (Metro App), I noticed this on the top of the default.js file. Well it is nothing but a way to tell JavaScript for better coding and error checking in JavaScript code. If…