Skip to content

Instantly share code, notes, and snippets.

@kopasetik
Last active April 21, 2016 18:34
Show Gist options
  • Save kopasetik/b7a777bccc0f54e38fc58a32000e46c3 to your computer and use it in GitHub Desktop.
Save kopasetik/b7a777bccc0f54e38fc58a32000e46c3 to your computer and use it in GitHub Desktop.
PT 1 - April 2016 Sample Teach pt 1
function joinWordsWithAnd(string1, string2){
return string1 + ' and ' + string2;
}
function answerTrue(question){
return true;
}
var theAnswer = answerTruthfully('Am I the fairest of them all?');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment