Calling `times` on `0` should return an empty array instead of `undefined`. ```javascript (0).times(i => i) // => [] ```