Date: 2025-03-19 17:55:54
Score: 0.5
Natty:
simply this way ?
let num = 123456789.12;
console.log(num.toLocaleString('fr-FR')); // 123 456 789,12
Reasons:
- Low length (1):
- Has code block (-0.5):
- Ends in question mark (2):
- High reputation (-2):
Posted by: Mister Jojo