To avoid fatal errors, it is advised to apply the _____ statement locally only to functions that are created rather than globally as the first line of the script file.
To avoid fatal errors, it is advised to apply the "use strict" statement locally only to functions that are created rather than globally as the first line of the script file.