We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ba313 commit 3b1fa5bCopy full SHA for 3b1fa5b
1 file changed
javascript/5_string-programs/formatNumberAsCurrencyString.js
@@ -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