Skip to content

Instantly share code, notes, and snippets.

@DmitryMasley
Last active January 18, 2018 10:27
Show Gist options
  • Save DmitryMasley/4f799869364c9fe6d5e26e44179d11f3 to your computer and use it in GitHub Desktop.
Save DmitryMasley/4f799869364c9fe6d5e26e44179d11f3 to your computer and use it in GitHub Desktop.
function f () {
a = 1;
b = 2;
c = 3;
d = 4;
var a;
let b;
const c;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment