Skip to content

Instantly share code, notes, and snippets.

@himeshvats19
Created June 22, 2019 18:19
Show Gist options
  • Save himeshvats19/f563e781c6468ccfa0f96a732270d76b to your computer and use it in GitHub Desktop.
Save himeshvats19/f563e781c6468ccfa0f96a732270d76b to your computer and use it in GitHub Desktop.
var myObject = {
// helloFunction is a method
helloFunction: function() {
return 'Hello World!';
}
};
var message = myObject.helloFunction();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment