function format(number){ return number.toLocaleString('en'); } const a=format(123453); console.log(a);