Hi Guys I have the following code:
arr = [ [33, 33], [44, 44], [55, 55] ] val = [33, 33] thereIsCollision = (val, arr) => { arr.some((currentVal)