Last active
August 25, 2017 11:52
-
-
Save akameco/85402ca11dc5cd2e8b9438d6663c1d26 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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