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();