You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each movie, TV show and musical includes a list of genres. Create a dropdown that allows users to filter the displayed cards by genre.
Only use JavaScript, no JavaScript frameworks.
Use an HTML select element for the dropdown.
The styling should match the current design of the website.
The dropdown should meet accessibility requirements.
The names of each genre should be consistent in the dropdown and should show up with the first letter capitalized (for example "Drama", "Sci-Fi", "Comedy", etc).
The text was updated successfully, but these errors were encountered:
Each movie, TV show and musical includes a list of genres. Create a dropdown that allows users to filter the displayed cards by genre.
The text was updated successfully, but these errors were encountered: