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

`new-array` is a lightweight JavaScript utility that creates a new dense array of a specified size, optionally filled with a given value, making it safe to use with array methods like `map()`. It's designed for developers who need a reliable way to initialize arrays without the pitfalls of `new Array(n)`, which produces sparse arrays that can cause unexpected behavior.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mattdesl/new-array

Account's avatar
substack/faucet
human-readable TAP summarizer
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

mattdesl's profile
mattdesl
1 contributions

Recent events

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

No events yet
mattdesl

mattdesl/new-array

create a new array filled with a value, or zero

JavaScript
6
1
MIT License