Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top