Javascript functions that remove items from either beginning or end of an array.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides two JavaScript utility functions, `getHead` and `getTail`, which safely extract a specified number of elements from the beginning or end of an array without modifying the original array. It is designed for JavaScript developers who need a reliable, non-destructive way to retrieve array segments.