Ex: Répandise en boucle

let str = "12345.00";
str = str.substring(0, str.length - 1);
Bored Bison