Peter Olson Asked: 2020-01-07 18:58:03 +0800 CST What does "use strict" mean? 42 Sometimes I see code that includes "use strict";. For example, many libraries start with this: (function () { "use strict"; What does "use strict" mean and what is it used for? In other languages: English • Русский javascript