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
-
DVR
ChrisBoken
2 hours agoDayZ - Our Server Goes Live
17 -
LIVE
Spartan
2 hours agoFirst time playing Black Myth Wukong
94 watching -
LIVE
TwinGatz
3 hours ago🔴LIVE - Strike Out Saturday | CS2 | Counter-Strike 2 | New Subs = Case Opening
56 watching -
LIVE
Simulation and Exploration
5 hours agoHow well does this play on a controller? Future console players check this out!
52 watching -
LIVE
MrR4ger
8 hours agoTHE THREE SPLOOGES (THE RECKONING) - ACTIVE MATTER w/ AKAGUMO & TONYGAMING
65 watching -
1:25:04
Michael Franzese
6 hours agoJames Comey, Epstein Files Block, Tylenol | Michael Franzese Live
205K68 -
1:24:44
Winston Marshall
11 hours agoThe Hamas Hoax That Fooled The West...
33.6K24 -
5:11:39
Grant Cardone
6 hours agoReal Estate Live Training
23.6K -
22:53
Jasmin Laine
1 day agoParliament ERUPTS After "WORST Decision EVER!"—Carney Left SPEECHLESS by SHOCKING Report
23.8K36 -
11:50
Mrgunsngear
1 day ago $6.29 earnedSteiner MPS Enclosed Red Dot: Better Than The ACRO P2? 🔴
23.9K16