Premium Only Content

Compact representation of a large number in JavaScript ( #shorts )
Hi Friends,
Compact representation of a large number in JavaScript
To generate a compact representation of a large number in JavaScript, you can use the following function
function getCompactNumber(numbr) {
const units = ['', 'K', 'M', 'B', 'T'];
let unitIndex = 0;
while (numbr ≥ 1000 && unitIndex < units.length - 1) {
numbr /= 1000;
unitIndex++;
}
return numbr.toFixed(1).replace(/\.0$/, '') + units[unitIndex];
}
getCompactNumber(1000); // "1K"
getCompactNumber(1200); // "1.2K"
getCompactNumber(1200000); // "1.2M"
getCompactNumber(1200000000); // "1.2B"
getCompactNumber function takes a number as an argument and returns a string representing the number in a compact format. The function uses an array of units to check which unit to use for the compact representation, and then divides the number by 1000 until it is less than 1000 or the largest unit has been used. The number which will be returned as result, is then formatted to one decimal place and any trailing ".0" is removed.
#javascript #compact #number #compactnumber #large #largenumber #string #javascriptinterview #method #js #jquery #function #shorts #viral #popular #latest #new #famous #coders #development #code #dev #interview #php #trend #answer #youtube #instagram #socialmedia #education #edit #gaming #how #india #knowledge #love #like #motivational #quiz #reels #short #subscribe #share #update #video #ytshorts #youtuber #princecheema_official @princecheema_official
-
LIVE
Lofi Girl
2 years agoSynthwave Radio 🌌 - beats to chill/game to
443 watching -
5:52:00
Akademiks
13 hours agoWAR IN ATLANTA Episode 5. YOUNG THUG FIRST INTERVIEW about SNITCHING, GUNNA... BREAKS DOWN CRYING!
175K10 -
7:30:25
SpartakusLIVE
17 hours agoVerdansk Duos w/ Nicky || Saturday Spartoons - Variety Later?!
69.1K1 -
1:38:47
Badlands Media
1 day agoDevolution Power Hour Ep. 387: Trump, Epstein, Durham Mysteries, and North Korea Ops
114K37 -
1:05:23
Man in America
20 hours agoSoaring Gold Exposes the Imminent Crash of the Old System w/ John Perez
70.2K30 -
2:42:40
TruthStream with Joe and Scott
21 hours agoTHOMAS AND GROK: AI, Bible decodes, The JESUS Cube live 9/6 #487
56.4K14 -
2:34:46
BlackDiamondGunsandGear
15 hours agoGet Prepped / After Hours Armory / LIVE SHOW /
36.7K3 -
2:01:39
Tundra Tactical
14 hours ago $11.54 earned🛑LIVE NOW!! This spits in the face of the Second Amendment.🛑
42.2K8 -
2:34:46
DLDAfterDark
13 hours ago $5.37 earnedIt's SHTF! Do You Have What You Need?? Let's Review Items & Priorities
30K7 -
28:58
Stephen Gardner
14 hours ago🚨Explosive allegations: Rosie O’Donnell connects Trump to Epstein scandal!?
47.8K101