Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 752bd12

Browse files
committed
helper function
1 parent 5fd7b28 commit 752bd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_object_v1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ let user = {
5151
};
5252

5353
function formatCurrency(value) {
54-
return `AUD${value.toFixed(2)}`;
54+
return `AUD ${value.toFixed(2)}`;
5555
}
5656

5757
function formatDate(date) {

0 commit comments

Comments
 (0)