diff --git a/lesson11.md b/lesson11.md index c1643d4..ee89bd1 100644 --- a/lesson11.md +++ b/lesson11.md @@ -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)