Skip to content

Instantly share code, notes, and snippets.

@simistern
Created February 3, 2016 21:05
Show Gist options
  • Save simistern/4db718be14a8a9ce9cee to your computer and use it in GitHub Desktop.
Save simistern/4db718be14a8a9ce9cee to your computer and use it in GitHub Desktop.
var greetings = {
sayHelloInEnglish: function() {
return "HELLO";
},
sayHelloInSpanish: function() {
return "Hola";
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment