Html – How do I select a value in a list, which stores an object with variables, that uses one of these variables to calculate a sum via user input fields?
In a HTML list, I have made 3 options, those should be all linked to an object. This object houses different values, from which I want to calculate a sum in a further function, based on the selection. I have…