Javascript – How do I show a component if a value is included in an array?
I have a list of women on a page. I have a component for each woman. If I click on a woman I want to show the component for that woman. If I click on another woman I want to…