Skip to content

Commit 3b1fa5b

Browse files
committed
format
1 parent 27ba313 commit 3b1fa5b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// 7. Format Numbers as Currency String
2+
3+
/*
4+
Intl.NumberFormat('en-US', {style: 'currency', currency: 'target currency'})
5+
.format(monetary_value);
6+
7+
*/

0 commit comments

Comments
 (0)