MCPcopy Create free account
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / formatNumber

Function formatNumber

assets/js/block_ninja.js:191–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189
190// Converts a number into a formatted string with thousand separators.
191const formatNumber = num => num.toLocaleString();
192
193
194

Callers 1

renderMenusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected