Calculator
- Step 1: register a click event for each button
- Step 2: write the logic for adding/subtracting/multiplying and dividing the numbers (in the input fields) based on which button you click
- Step 3: show the result in the paragraph with id
result