@extra-array/for-each.min
TypeScript icon, indicating that this package has built-in type declarations

2.10.19 • Public • Published

Calls a function for each value. 📦 😺 🏃 📼 🌔 📜 📰 📘

This is part of package extra-array.

This is browserified, minified version of @extra-array/for-each.
It is exported as global variable array_forEach.
CDN: unpkg, jsDelivr.


array.forEach(x, fc);
// x:  an array
// fc: called function (v, i, x)
const array = require("extra-array");

var x = [1, 2, -3, -4];
array.forEach(x, v => console.log(v));
// 1
// 2
// -3
// -4


References

Package Sidebar

Install

npm i @extra-array/for-each.min

Weekly Downloads

1

Version

2.10.19

License

MIT

Unpacked Size

4.77 kB

Total Files

8

Last publish

Collaborators

  • wolfram77