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