Frage

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?

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top