Skip to content

Instantly share code, notes, and snippets.

@ianjennings
Forked from astanway/gist:1708369
Created March 11, 2012 19:38
Show Gist options
  • Save ianjennings/2017794 to your computer and use it in GitHub Desktop.
Save ianjennings/2017794 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