A small library that adds commas to numbers
npm install number-formatter-mk-test
var numFormatter = require('number-formatter-mk-test');
var formattedNum = numFormatter(696969);
Output should be 696,969
npm test
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
MIT License