Question

In spite of the use of use strict i want know how use strict works internally. who controls the behavior of the use strict? Is it a browser or JavaScript framework who takes care of Strict mode?

Était-ce utile?

La solution

The JavaScript/ECMAScript engine within the browser itself is what takes care of interpreting this directive. This is a feature of ECMAScript 5.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top