Skip to content

Instantly share code, notes, and snippets.

@davidgg
Last active August 29, 2015 14:14
Show Gist options
  • Save davidgg/b28ee9091415d23e0f10 to your computer and use it in GitHub Desktop.
Save davidgg/b28ee9091415d23e0f10 to your computer and use it in GitHub Desktop.
Check strict mode of JSLint
//src = https://jslinterrors.com/use-the-function-form-of-use-strict
var test = function(a) {
return 010; // Octal literal, illegal in strict mode
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment