Carlos Adrian Gomez

Results 1 comments of Carlos Adrian Gomez

I think this is the offending line: `` if(array[i] && array[i + 1] && array[i] > array[i + 1]) `` array[i] is falsey if the element at i is 0....