Visit the blog for .Net FAQ,.Net interview questions,ASP .Net FAQ, C# .Net FAQ,ASP .Net interview questions, interview question on .Net, interview questions on C#.
Friday, June 11, 2021
use of strict
The purpose of"use strict"is to indicate that the code should be executed in "strict mode".
With strict mode, you can not, for example, use undeclared variables.
nice
ReplyDelete