Help my brain is going to explode

Okay, I’m a dummy and know nothing about JavaScript and have tried to understand it but I’m too dumb. I’m still looking for help.

I have an html form where 11 choices are made. Each is given a numeric value. Let’s call the variables A B C D E F G H J K M
I then want three new variables to be the sum of some of those.
So X = A+B+C Y=G+D+E+F and Z=M+H+J+K

I then need those final three variables displayed

I have no idea how to start.

start finding out how to make your javascript take the values from the input when a button is pressed

1 Like