Skip to content

Instantly share code, notes, and snippets.

@alexklibisz
Created March 16, 2016 06:01
Show Gist options
  • Select an option

  • Save alexklibisz/a7947dd9982a9451e708 to your computer and use it in GitHub Desktop.

Select an option

Save alexklibisz/a7947dd9982a9451e708 to your computer and use it in GitHub Desktop.
quick-and-dirty-multi-property-search-01
const restaurants = [
{
"name": "Copper Cellar",
"food_type": "Burgers",
"neighborhood": "UT Campus"
},
{
"name": "Soccer Taco",
"food_type": "Mexican",
"neighborhood": "Market Square"
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment