christinedbaxter / recipe-maker

Add ingredients, get recipe
0 stars 2 forks source link

movie drop-down now only shows 7 types #17

Closed christinedbaxter closed 3 years ago

christinedbaxter commented 3 years ago

Only change I made for this one is....I created a variable, set it to 7, then replaced data.genres.length within for statement to newly created variable. Basically, this will limit our movie type drop-down to 7 entries for user to choose from.