From 291cb036827ba342c49baea482935d6dd1c017e9 Mon Sep 17 00:00:00 2001 From: Daniel Scholtus Date: Wed, 11 May 2016 09:29:22 -0300 Subject: [PATCH] Rompido* el ejercicio de la clase 4 --- clase-4.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clase-4.html b/clase-4.html index 73418a1..2731531 100644 --- a/clase-4.html +++ b/clase-4.html @@ -63,7 +63,7 @@

Funciones!

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