Explain “use strict” ?

devquora
devquora

Posted On: Feb 22, 2018

 

    1 Answer Written

  •  devquora
    Answered by Farheen

    In JavaScript, the "use strict" directive was introduced. It is not a statement, but a literal expression. The purpose of this expression is to indicate that the code has to be executed in strict mode.

Related Questions

Please Login or Register to leave a response.

Related Questions

JavaScript Interview Questions

Explain what is Javascript?

Javascript Javascript is an object-oriented computer programming language commonly used to create interactive effects wi..