PK

ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/collect.js/src/methods/
FLL :
Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/collect.js/src/methods/nth.js

'use strict';

const values = require('../helpers/values');

module.exports = function nth(n, offset = 0) {
  const items = values(this.items);

  const collection = items
    .slice(offset)
    .filter((item, index) => index % n === 0);

  return new this.constructor(collection);
};


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home