Skip to content

Instantly share code, notes, and snippets.

@crowelch
Created March 1, 2015 17:29
Show Gist options
  • Select an option

  • Save crowelch/82a43c12979934d9d76f to your computer and use it in GitHub Desktop.

Select an option

Save crowelch/82a43c12979934d9d76f to your computer and use it in GitHub Desktop.
for(var arr in obj) {
arr.forEach(group) {
myGroups.forEach(myGroup) {
if(group === myGroup) {
//match found!
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment