Commits

itchytag committed ea24eae922d
Use should.eql to compare arrays When trying to pass the "Return Largest Numbers in Arrays" challenge, I seem to be unable to pass the provided tests. I'm not familiar with Chai, but it would seem that we need to switch to .eql rather than === or should.equal when comparing two arrays to deeply compare the values rather than comparing objects.