/ArcheScripts-JS

🥄 a collection of essential JavaScript utility functions for simplifying common tasks.

Primary LanguageJavaScript

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.