Simply how important is `"use strict";` to use it in every JS script?

Was reading a tutorial on Javascript and I finally came to the summary but where it mentioned "use strict";. Is this extremely important to remember?
1 Reply
vince
vince6mo ago
It's preference but in some frameworks you'll need to follow "use strict" syntax (for lack of a better term)