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
-
29:05
Athlete & Artist Show
5 hours ago1st Line Minutes at 35, Slovenian Sports Fans, and MORE
84 -
LIVE
freecastle
5 hours agoTAKE UP YOUR CROSS- Our Battles, HE Has Already Won!
198 watching -
1:37:05
The Quartering
5 hours agoCharlie Kirk Assassination FBI Coverup, Liberals Getting Fired & Massive Vigils!
200K69 -
LIVE
The Michelle Moore Show
19 hours agoNow Streaming LIVE >>> Guest, Lt. Mark Taylor: The Michelle Moore Show (Sept 15, 2025)
1,790 watching -
LIVE
Rallied
4 hours ago $0.39 earnedShotty Boys Warzone Challenges
92 watching -
2:01:45
MattMorseTV
3 hours ago $4.63 earned🔴Reacting to SAM HYDE.🔴
39.1K24 -
1:17:36
Russell Brand
5 hours agoTommy Robinson UK rally “draws 3 MILLION”, Trump Launches Investigation of Left - SF633
106K16 -
1:20:26
The HotSeat
2 hours agoThe Truth About Tyler Robinson & Church Leaders: Exposing Weekend Lies — You’re On My List
20.2K13 -
LIVE
Film Threat
19 hours agoVERSUS: SPINAL TAP II + FALL PREVIEW | Film Threat Versus
81 watching -
LIVE
The Nunn Report - w/ Dan Nunn
2 hours ago[Ep 748] Revival - The God Effect Through Charlie | You’re Fired! | Iryna Zarutska Update
142 watching