Posts by Marcio Ferreira Do Santos • 11 points
1 post
-
1
votes2
answers9256
viewsA: Check if value exists in object array
A very simple way to achieve the result would be to use a for loop command. Quite simply you can iterate over all the elements of your object array and check with if if there is a value in the…