strict mode in 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

Nhận xét

Bài đăng phổ biến từ blog này

How to set the SDK, NDK and JDK path to android studio?

if statement

Select all values from list box in a single click using javascript