Commits

Blauelf committed 98d2322da9f
Added a test case to Where do I belong with return value 0 On the chat today I have seen several solutions that cannot return 0 (usually return arr.length instead), and they still pass, as there is no such test case. Here is one, `where([3, 10, 5], 3) === 0`.