Film Finder Problem

Hi,

I am working through the Film Finder project in the Fetch API section of the full stack development course and I am running into an issue with the helper function getSelectedGenre(). Instead of returning the value in the drop down menu it is returning an empty string. I confirmed by watching the video that I have done everything correctly. Will double check to make sure I didn’t make any spelling mistakes when naming variables but I am pretty its correct. Not sure what may be causing this as I did not touch the helper.js code. Thanks!

https://www.codecademy.com/paths/fscj-22-front-end-development/tracks/fscj-22-async-javascript-and-http-requests/modules/wdcp-22-learn-javascript-syntax-requests-b556a0a9-9188-4d31-a713-5c1cbf63bc7c/projects/js-film-finder

Welcome to the Get Help category!

This is where you can ask questions about your code. Some important things to remember when posting in this category :slight_smile:

  • Learn how to ask a good question and get a good answer!
  • Remember to include a link to the exercise you need help with!
  • If someone answers your question, please mark their response as a solution :white_check_mark:
  • Once you understand a new concept, come back and try to help someone else!

Please post your code.
Use the </> button and post the code on lines between the ``` and ```

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.