Skip to content

Instantly share code, notes, and snippets.

@johnnolan
Created August 10, 2018 08:46
Show Gist options
  • Save johnnolan/7852406804bd2e8fbf5ae2facad67bd6 to your computer and use it in GitHub Desktop.
Save johnnolan/7852406804bd2e8fbf5ae2facad67bd6 to your computer and use it in GitHub Desktop.
function hammerTime() {
var cantTouchThis = true;
var myMusic = 'makes me so hard';
debugger;
if (myMusic === 'makes me so hard') {
return cantTouchThis;
} else {
return !cantTouchThis;
}
}
hammerTime();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment