Loop through Two Arrays (JS)
I have two arrays which I'm trying to loop through to determine if they have matching values. Here is a portion of the code:
When I run the comparison, it returns no match, despite there being a match (see screenshot). What am I doing wrong here?
When I run the comparison, it returns no match, despite there being a match (see screenshot). What am I doing wrong here?

