for-uec

0.1.6 • Public • Published

for-uec

Array.forÜç calls method on three random array elements.

Example

require('for-uec');

const array = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];

array.forUec(e => console.log(e));

// 5
// 1
// 9

Package Sidebar

Install

npm i for-uec

Weekly Downloads

0

Version

0.1.6

License

ISC

Unpacked Size

876 B

Total Files

3

Last publish

Collaborators

  • chschoeps