Created
October 21, 2020 08:28
-
-
Save shikumiya-hata/7bf8cc7745f2108439123a81e1222e45 to your computer and use it in GitHub Desktop.
This file contains 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
funtion myFunction() { | |
let foo = 'var' // letは対応していないためエラー | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment