Hey guys,
First time posting here for help on a project, so let me know if I’m doing it wrong! I’ve decided to create a little calculator project for a boardgame that I like playing with my friends. I thought it should be easy enough but I just can’t get it to to work!!!
I’m only working on the first column at the moment, but the issues I need help with are:
-
I can’t get the JavaScript function to add all of the different inputs together correctly. It seems to be returning them all as seperate numbers of an array.
-
I want the score to add up automatically every time any input is changed.
Please help!