Skip to content

Instantly share code, notes, and snippets.

@astanway
Created January 31, 2012 02:39
Show Gist options
  • Save astanway/1708369 to your computer and use it in GitHub Desktop.
Save astanway/1708369 to your computer and use it in GitHub Desktop.
Just emailing to confirm your interview. Are you still available tomorrow at 8?
var confirmed = true;
var skype = "abe.stanway";
var hitMeUpYo = function(skype, confirmed){
confirmed
? console.log("Looking forward to speaking with you! My Skype is " + skype)
: console.log("Sorry, gonna have to pass")
};
hitMeUpYo(skype, confirmed);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment