código fuente en HTML para agregar dos números juntos
var x = 1.234; var y = 10; var z = x + y;
Good Goose
var x = 1.234; var y = 10; var z = x + y;