From 3e55c51802e22dc4795dca673d8f690b6d01166b Mon Sep 17 00:00:00 2001 From: Matt Wing <1054287+mattwing@users.noreply.github.com> Date: Tue, 3 Mar 2020 16:35:03 -0500 Subject: [PATCH] Oops, I made it worse --- example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.js b/example.js index 3dea9b0..cdbc108 100644 --- a/example.js +++ b/example.js @@ -1,6 +1,6 @@ var num_1 = parseInt(prompt('Give me a number!')) var num_2 = parseInt(prompt("Give me another number!")) -var result; +var result var operation = prompt('What would you like to do? (add, subtract, multiply, divide)').toUpperCase();