I'm studying JavaScript and I came across Strict Mode ( use strict
). I would like to know if it works with JavaScript frameworks if I put this command in a .js
file, or if it only works with pure JavaScript? Because it is supported only by the latest versions of some browsers, is it currently feasible to use it?