Format a number as a localized currency string
new Intl.NumberFormat('id-ID', { style: 'currency', currency: 'IDR' }).format(50000)
Capitalize the first character of a string
Copy text to the user's clipboard using the Clipboard API
Delay function execution until user stops typing
Deep copy an object (works for JSON-serializable data)