JS final da corda
'myfile.pdf'.endsWith('.pdf') // true
Depressed Dunlin
'myfile.pdf'.endsWith('.pdf') // true
let str = "12345.00";
str = str.slice(0, 0);
console.log(str);