Learn, grow and help others with BBBootstrap
Contribute us with some awesome cool snippets using HTML,CSS,JAVASCRIPT and BOOTSTRAP
const formatter = Intl.NumberFormat('en', { notation:'compact' }); const numberk = formatter.format(1295); // 1.3K const number2 = formatter.format(1295000); // 1.3M const numberk3 = formatter.format(12950); // 13K const numberk4 = formatter.format(1295324423); // 1.3B