Skip to content

Instantly share code, notes, and snippets.

@ahmadajmi
Created July 23, 2011 18:14
Show Gist options
  • Save ahmadajmi/1101706 to your computer and use it in GitHub Desktop.
Save ahmadajmi/1101706 to your computer and use it in GitHub Desktop.
Single var Pattern
function singleVarPattern() {
var x = 1,
z = 2,
arr = [],
obj = {};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment