Strict Mode (JavaScript)
Strict mode is an opt-in mode that makes JavaScript catch more mistakes by turning silent errors into thrown errors. You enable it with the line "use strict".
Strict mode is an opt-in mode that makes JavaScript catch more mistakes by turning silent errors into thrown errors. You enable it with the line "use strict".