Skip to content
Advertisement

decimal comma remove and add comma to big number in javascript

I want to remove decimal comma in result value and print numbers with commas as thousands separators.

this is the code i’m using;

my HTML

JavaScript

JS

JavaScript

thanks.

Advertisement

Answer

You could use the following method : Intl.NumberFormat https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat

I made a code pen for ya https://codepen.io/aaron-werweiss/pen/dyMeygM?editors=1010

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement