Home Identifier Source Repository

src/helpers/odd-index.js

let oddIndex  = (value, index) => index % 2 === 1

export default oddIndex