
Perry M. answered 05/31/19
Tutor
5
(31)
Professional Software Engineer
"use strict;" was introduced in es5 . It tells the browser to execute the code in "strict mode" so that the interpreter will throw errors for say, undeclared variables being used.