[Posts in the debugging category need to have the following pieces of information included in order to help other teachers or our moderator team best help you. Feel free to delete everything in brackets before posting your request for debugging help.]
I expect it to return “True” when I search for “New Hampshire” in the list. It works for all other states.
It is returning false when I choose “New Hampshire.”
I have tried using the trim method on the string. This did nothing to change it. I tried using the .search method and I have also tried the .includes method.