archescript
v0.0.1
Published
a collection of essential JavaScript utility functions, designed to solve everyday problems with simple, reusable code
Downloads
1
Readme
ArcheScripts JS
ArcheScripts JS is a collection of essential JavaScript utility functions, designed to solve everyday problems with simple, reusable code.
Available Scripts
1. terbilang
Converts numbers into Indonesian money words (Rupiah)
Example usage:
const result = terbilang(2500);
console.log(result); // Dua Ribu Lima Ratus Rupiah
Contribution
Feel free to contribute with more essential functions to expand the utility library. Fork, clone, and submit a pull request with your additions.