Skip to content

Instantly share code, notes, and snippets.

@captainill
Created January 31, 2017 08:54
Show Gist options
  • Save captainill/0c077aaa537effd9e5974a2dd4735836 to your computer and use it in GitHub Desktop.
Save captainill/0c077aaa537effd9e5974a2dd4735836 to your computer and use it in GitHub Desktop.
example
var items = {
'ruby': {
name: 'Ruby',
url: '/assets/images...'
},
'aws': {
name: 'AWS',
url: '/assets/images...'
}
}
var combos = [['aws', 'ruby'],[],[],[]]
var infraExample = combos[0][0]
var appExample = combos[0][1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment