let amount = 3785000; let formatter = new Intl.NumberFormat('en-US'); console.log(formatter.format(amount)); // output: 3,875,000
최근댓글