I have a problem in JavaScript. I have an array which looks like this:
[MemberData], [MemberData], [MemberData], [MemberData], ...(Goes up to 200) Inside the [MemberData] there is an UUID with a value. I wanna compare a variable to all of these UUIDs to check if an UUID is the same as the variable.
Cna someone help me doing this? I would really appreaciate it. Thanks!