$ npm install --save odd-array
var odd = require('odd-array');
console.log(odd(['even','not-even','even','not-even']));
//=> not-even not-even
Type: array
returns an array with items oddly indexed in the array inputted, note that arrays are 0 indexed.
MIT ©Maximilian Lloyd