Skip to content

Instantly share code, notes, and snippets.

@syuji-higa
Last active November 16, 2019 03:52
Show Gist options
  • Save syuji-higa/5ea72d7340cac373add10b96560f0341 to your computer and use it in GitHub Desktop.
Save syuji-higa/5ea72d7340cac373add10b96560f0341 to your computer and use it in GitHub Desktop.
JavaScript - namespace
if (typeof APP !== 'undefined') {
throw new Error('namespace "APP" is already exists.')
}
window.APP = {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment