lesson1_NML.zip
Assignments iau
Once upon a time you solved the section called “Assignment 2.2”. Redo the form and program the calculator as a JavaScript calculator.
Hints: Each button must call a function, re the examples from today. They all call the same function. The parameter must be the id of the button. Let the function decide what to do based on the data entered and on the button pressed.
Consider the consequences of doing the same assignment with only one entry field. Write a summary in plain text of what would make it work. Present it to me, then program it AFTER I say ok.