Hello
i search but dont find what i looking for
anyone can help me, i'm confuse
how to compare each array
for ex.
arrayA = [0,1,2,3,4,5]
arrayB = [1,2,2,3,3,5]
i want to check how many same number at certain position so like :
for(i=1 i <array.length-1)
if( arrayA==arrayB)
{ correct++
}
some thing like that
i'm confuse using for each element
help please
thanks