Skip to content

Instantly share code, notes, and snippets.

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