Currently I'm working on a Shopping cart project using NodeJs with MongoDB as backend.
I have already grab the item total to the checkout page, but I need the figure to be displayed using commas as each 3 digit passing from left side.
for example. 70000 should be printed as 70,000 and 1400000 should be printed as 1,400,000.