Skip to content

Instantly share code, notes, and snippets.

@mikemunsie
Created August 1, 2014 19:28
Show Gist options
  • Save mikemunsie/d15aa9bc070152f61d2c to your computer and use it in GitHub Desktop.
Save mikemunsie/d15aa9bc070152f61d2c to your computer and use it in GitHub Desktop.
Comma separated variables,,,
var example = "This is my example";
new function testFunction(){
var example = "cool",
example = "cool2";
}
// Will print out "This is my example"
console.log(example);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment