Last active
October 10, 2015 05:52
-
-
Save makenowjust/b0f1efbba224f5abcd80 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
| // if you remove this bang symbol, this code dosen't work. | |
| !{ | |
| en: () => { alert('you can use English?') }, | |
| js: () => { alert('you can use Japanese!') } | |
| // and more languages... | |
| }[navigator.language]() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment