Skip to content

Instantly share code, notes, and snippets.

@foolusion
Created May 2, 2016 00:56
Show Gist options
  • Save foolusion/68c8d5047ca868633af40685ca608903 to your computer and use it in GitHub Desktop.
Save foolusion/68c8d5047ca868633af40685ca608903 to your computer and use it in GitHub Desktop.
var y = 'default value';
if (something) {
y = 'other value';
}
console.log(y);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment