0.1.6 • Published 4 years ago
for-uec v0.1.6
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
Array.forÜç calls method on three random array elements.
require('for-uec');
const array = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
array.forUec(e => console.log(e));
// 5
// 1
// 9