Why can I multiply a string in JavaScript, but not add it?
For my BMI calculator, I take user input from several input fields. I expect the value of imperialHeight to be 65 after the calculation, but it actually is 605. // user input through input field with id imperialHeightFt = 5…