asked 57.5k 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.

asked
User Legogo
by
8.5k 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.

answered
User Busta
by
8.1k points