Skip to content

Instantly share code, notes, and snippets.

@makenowjust
Last active October 10, 2015 05:52
Show Gist options
  • Select an option

  • Save makenowjust/b0f1efbba224f5abcd80 to your computer and use it in GitHub Desktop.

Select an option

Save makenowjust/b0f1efbba224f5abcd80 to your computer and use it in GitHub Desktop.
// 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