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
GritsGG
7 hours agoWarzone Win Grinding! Most Wins in WORLD! 3680+!
185 watching -
LIVE
Joke65
3 hours ago[LIVE] STAR WARS: Jedi Academy - Movie Battles 2 | ReaperAF95's Community Event Day 2
51 watching -
5:41:09
Right Side Broadcasting Network
2 days agoLIVE REPLAY: President Trump to Deliver Remarks at America's Navy 250 in Norfolk, VA - 10/5/25
125K66 -
LIVE
SynsFPS
4 hours ago🔴B07 Beta🔴|🔴 LEVEL CAP INCREASED 🔴|🔴Path to Verify 🔴
77 watching -
LIVE
tminnzy
5 hours ago*BETA DROPS* BO7 LEVEL CAP INCREASE! OPEN BETA
122 watching -
1:06:42
The White House
6 hours agoPresident Trump Delivers Remarks at Navy 250 Celebration
46.8K47 -
4:42:13
TinyPandaface
5 hours agoYour FACE is a Gaming Channel! | Homebody
20.8K -
3:22:43
Barry Cunningham
7 hours agoBREAKING NEWS: PRESIDENT TRUMP GIVES SPEECH TO THE NAVY!
76.3K45 -
LIVE
EyeSeeU8
5 hours ago🔴Warzone + BO7 Beta w/ EyeSeeU
24 watching -
4:37:33
MattMorseTV
9 hours ago $97.45 earned🔴Trump's MAJOR ANNOUNCEMENT.🔴
96.1K160