Skip to content

Instantly share code, notes, and snippets.

@neurotech
Created June 16, 2015 09:52
Show Gist options
  • Save neurotech/36ce8f20e0e16a7f9607 to your computer and use it in GitHub Desktop.
Save neurotech/36ce8f20e0e16a7f9607 to your computer and use it in GitHub Desktop.
for each
for (var key in queries) {
if (queries.hasOwnProperty(key)) {
var value = queries[key];
populateTables(value);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment