Skip to content

Instantly share code, notes, and snippets.

@tofumatt
Created October 5, 2015 20:17
Show Gist options
  • Save tofumatt/78549da5a68c5aa38803 to your computer and use it in GitHub Desktop.
Save tofumatt/78549da5a68c5aa38803 to your computer and use it in GitHub Desktop.
var foo = "m";
foo += "o";
foo += "zIndexedDB";
// Not allowed!
var myDatabase = window[foo];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment