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

This tiny utility library provides two simple functions—`prepend(value, array)` and `append(value, array)`—that add an element to the front or back of an existing array, serving as straightforward alternatives to the native `Array.unshift` and `Array.push`. It’s aimed at JavaScript developers who want a clear, functional‑style API for mutating arrays without directly calling the built‑in methods.

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

writetome51-2's profile
writetome51-2
13 contributions

Recent events

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

No events yet
writetome51

writetome51/array-append-prepend

Functions append() and prepend(), which are alternatives to Array.push() and Array.unshift()

JavaScript
0
0
MIT License