Skip to content

Instantly share code, notes, and snippets.

@royletron
Last active October 25, 2016 12:37
Show Gist options
  • Save royletron/cdf4237674bb2421214574817338d3c7 to your computer and use it in GitHub Desktop.
Save royletron/cdf4237674bb2421214574817338d3c7 to your computer and use it in GitHub Desktop.
'use strict';
a = 22; // Syntax error!
var a = 22; // Accepted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment