Help with Calculator Project

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:

  1. 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.

  2. I want the score to add up automatically every time any input is changed.
    Please help!

I seem to have found the solution elsewhere! Anyway, all good and now working in the github repo.