Skip to content

Instantly share code, notes, and snippets.

@Joe1220
Created September 13, 2018 08:24
Show Gist options
  • Select an option

  • Save Joe1220/7444f6cea8b87b20ad41e75eafbf477d to your computer and use it in GitHub Desktop.

Select an option

Save Joe1220/7444f6cea8b87b20ad41e75eafbf477d to your computer and use it in GitHub Desktop.
function create_mail(id, name, address, wait) {
return `${name}'s id is ${id}. his email address is ${address}.
The email will be determined based on the wait(${wait}) value. `
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment