Skip to content

Instantly share code, notes, and snippets.

@splincode
Created May 25, 2019 13:27
Show Gist options
  • Select an option

  • Save splincode/01a1152f95563f7f6f5c8d0a142c3a07 to your computer and use it in GitHub Desktop.

Select an option

Save splincode/01a1152f95563f7f6f5c8d0a142c3a07 to your computer and use it in GitHub Desktop.
function checkLanguage(greeter, closing){
if (closing) {
greeter.greeting = 'Goodbye';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment