Skip to content

Instantly share code, notes, and snippets.

@movii
Created June 9, 2018 15:59
Show Gist options
  • Save movii/826604c7702a330dd710d74c54646cb2 to your computer and use it in GitHub Desktop.
Save movii/826604c7702a330dd710d74c54646cb2 to your computer and use it in GitHub Desktop.
const sayHelloTo = (name) => {
alert(`Hello, ${name}! (sayHelloTo(name) invoked from javascript)`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment