Skip to content

Instantly share code, notes, and snippets.

@JeffML
Last active January 7, 2017 14:01
Show Gist options
  • Save JeffML/2ae1ae440c78ca14a9859dc7370bf9ca to your computer and use it in GitHub Desktop.
Save JeffML/2ae1ae440c78ca14a9859dc7370bf9ca to your computer and use it in GitHub Desktop.
icecream menu
var menu = {
iceCream: {min: 1, max: 2, values: ["CHOCOLATE", "STRAWBERRY", "VANILLA"]},
topping: {min: 0, max: 2, values: ["pineapple", "strawberry", "coconut flakes", "pecans"]},
syrup: {min:0, max: 1, values: ["chocolate", "marshmallow", "butterscotch", "maple"]}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment