Ver originalvar num = 1.25;num.toString().match(/\d+$/)[0]; // "25"num.toString().split('.')[1]; // "25"