Tuesday, 13 August 2013

Is it safe to use 'use strict' in IE 8/9

Is it safe to use 'use strict' in IE 8/9

According to the this http://caniuse.com/use-strict 'use strict' does not
support in IE version 8/9.
My question is, Is it really safe to use 'use strict' in IE 8/9 or
browsers that its not compatible with? Will it break my code?

No comments:

Post a Comment