lets say i want to loop through array and get back a value, i dont think reduce is the right one either because iam not adding things .
i was looping through two array matching words, and return a true if like 5 words are matching, i did it with the normal for loop, which is out dated : D
iam really novice.
was considering using map or filter but i dont want an array back.
thanks for the help.