문제

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