SyntaxFix
Write A Post
Hire A Developer
Questions
for(var i = 0; i < restaurants.length; i++) { if(restaurants[i].restaurant.food == 'chicken') { return restaurants[i].restaurant.name; } }