Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
lesson 11: fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
yogmel committed Apr 23, 2024
1 parent 735365b commit 07f9b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lesson11.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ Provide two input fields for operands (Operand 1 and Operand 2), a dropdown menu

When the user clicks the "Calculate" button, retrieve the values from the input fields and the selected operator from the dropdown menu.

---

Using JavaScript, perform the appropriate operation (addition or subtraction) based on the selected operator.

Display the result in the designated div.

---

![calculator](images/calculator.png) <!-- .element height="300px" width="500px" -->

0 comments on commit 07f9b43

Please sign in to comment.