Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

`get-arr-filled` is a tiny utility that creates a new array of a specified length and fills each slot by calling a user‑provided callback with the current index (and the partially‑built array). It’s useful for developers who need a fast, expressive way to generate sequences, map indexes to values, or build custom collections without first creating an empty array and then iterating over it.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
writetome51-2's profile
writetome51-2
12 contributions
writetome51

writetome51/get-arr-filled

Populates and returns new array using a provided callback function

JavaScript
0
0
MIT License

Support the dependencies of writetome51/get-arr-filled

Account's avatar
writetome51/arrays-match
Takes 2 arrays as arguments, and if they match, returns true