57.4k views
17 votes
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.

User Legogo
by
7.3k points

1 Answer

7 votes

Answer:

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.

User Busta
by
7.1k points