function agrega(valor){ valor=valor+''; if(valor.length==4){ valor=valor+"0"; return valor; } } alert(agrega(10.3));