Skip to content

Instantly share code, notes, and snippets.

@timhudson
Created August 23, 2013 20:25
Show Gist options
  • Save timhudson/6323624 to your computer and use it in GitHub Desktop.
Save timhudson/6323624 to your computer and use it in GitHub Desktop.
var one = 1
, two = 2
, three = 3
var one = 1,
two = 2,
three = 3;
var one = 1
var two = 2
var three = 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment