Вопрос

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?

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top