Skip to content

Instantly share code, notes, and snippets.

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