Skip to content Skip to sidebar Skip to footer

strict mode in var javascript

  
     The "use strict" directive is introduce from javascript 1.8.5. This can't able to call statement, but this is a literal expression. This tell the code should be execute in "strict mode".

Supported browser:
     strict mode is only support from  the following version

>IE 9
>Firefox 3
>Chrome 12
>Opera 11



Example Program:- (Editor)


Editor is Loading...

Advertisement

Post a Comment for "strict mode in var javascript"