Skip to content

Commit

Permalink
Rompido* el ejercicio de la clase 4
Browse files Browse the repository at this point in the history
  • Loading branch information
maddes committed May 11, 2016
1 parent ecc2ba4 commit 291cb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clase-4.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h1>Funciones!</h1>
}

function sumar() {
document.getElementById('resultado').innerText = parseFloat(x) + parseFloat(y)
document.getElementById('resultado').innerText = x + y
}

function restar() {
Expand Down

0 comments on commit 291cb03

Please sign in to comment.