Created
January 8, 2019 17:48
-
-
Save veritstudio/84e46b881122c90a65f55174933ff183 to your computer and use it in GitHub Desktop.
Enable strict mode for function
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function newExtraFunction() { | |
"use strict"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment