Skip to content

Instantly share code, notes, and snippets.

@akameco
Last active August 25, 2017 11:52
Show Gist options
  • Save akameco/85402ca11dc5cd2e8b9438d6663c1d26 to your computer and use it in GitHub Desktop.
Save akameco/85402ca11dc5cd2e8b9438d6663c1d26 to your computer and use it in GitHub Desktop.
let name = ‘ゲスト’
try {
name = awiat getName()
} catch (err) { }
console.log(`ようこそ ${name}さん`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment