Created
January 31, 2017 08:54
-
-
Save captainill/0c077aaa537effd9e5974a2dd4735836 to your computer and use it in GitHub Desktop.
example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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