Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const formatear = Intl.NumberFormat('en', {
- notation: 'compact'
- });
- const numero = 13567;
- console.log(formatear.format(numero));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement