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
-
1:19:48
Simply Bitcoin
14 hours ago $13.78 earnedJerome Powells MASSIVE Bitcoin Backflip! | EP 1172
78.9K5 -
58:42
The StoneZONE with Roger Stone
5 hours agoLBJ + CIA + Mob + Texas Oil = JFK Murder | The StoneZONE w/ Roger Stone
59.1K27 -
58:00
Donald Trump Jr.
13 hours agoBreaking News on Deadly Plane Crash, Plus Hearing on the Hill, Live with Rep Cory Mills & Sen Marsha Blackburn | TRIGGERED Ep.212
190K145 -
52:03
Kimberly Guilfoyle
11 hours agoLatest Updates on Deadly Air Collision, Plus Major Hearings on Capitol Hill,Live with Marc Beckman & Steve Friend | Ep.192
108K36 -
1:17:16
Josh Pate's College Football Show
10 hours ago $2.41 earnedMichigan vs NCAA | ESPN’s ACC Deal | Season Grades: UGA & Miami | Notre Dame Losses
46.5K2 -
1:26:50
Redacted News
10 hours agoWhat happened? Trump DESTROYS the Pete Buttigieg run FAA for tragic airline crash | Redacted News
234K191 -
LIVE
VOPUSARADIO
1 day agoPOLITI-SHOCK! Hero Angela Stanton King & Wrongfully Imprisoned J6 Prisoner Josh Pruitt!
59 watching -
43:37
Candace Show Podcast
10 hours agoThe Taylor Swift Plot Thickens | Candace Ep 142
151K132 -
1:37:33
Common Threads
8 hours agoLIVE DEBATE: Trump's Wild Handling of Plane Tragedy
29.8K10 -
54:45
LFA TV
14 hours agoConfirmation Chaos | TRUMPET DAILY 1.30.25 7pm
40.3K10