Formatting a Figure Into Human Readable Format in JavaScript
1 min readMar 9, 2017
Not much to talk about here. This is just a simple way to display a figure e.g. 10000000 as 10,000,000. An equivalence of PHP’s in-built number_format()
method. The latter is obviously more human-friendly.
Welcome :)