Skip to content

Instantly share code, notes, and snippets.

@veritstudio
Created January 8, 2019 17:48
Show Gist options
  • Save veritstudio/84e46b881122c90a65f55174933ff183 to your computer and use it in GitHub Desktop.
Save veritstudio/84e46b881122c90a65f55174933ff183 to your computer and use it in GitHub Desktop.
Enable strict mode for function
function newExtraFunction() {
"use strict";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment