I have 3 variables some of which are just int and some float and need to find their sum
It just adds them as strings for some reason.
Normally this would work but the floats were actually text technically I guess since they came from a form.
You need to convert them using parseFloat() and then everything is fine.
javascript, arithmetic, floats, intjavascript, inti, variables, int, float, sum, adds, text, convert, parsefloat,