Skip to content

Instantly share code, notes, and snippets.

@Arieg419
Created December 2, 2017 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Arieg419/57dec9427bd831d814f297b97c999d03 to your computer and use it in GitHub Desktop.
Save Arieg419/57dec9427bd831d814f297b97c999d03 to your computer and use it in GitHub Desktop.
const functionAsObjectProperty = {
print: (value) => console.log(value)
};
functionAsObjectProperty.print("mic check"); // "mic check"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment