Skip to content

Instantly share code, notes, and snippets.

@deecewan
Created January 9, 2018 04:56
Show Gist options
  • Save deecewan/4edb8e465c4b350f630bbd5a59ce00c5 to your computer and use it in GitHub Desktop.
Save deecewan/4edb8e465c4b350f630bbd5a59ce00c5 to your computer and use it in GitHub Desktop.
function doSomething() {
myVar = 3;
if (someCondition) {
myVar = 4;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment