I`m having some issue with Javascript. We just started to study it a couple weeks ago and I have to do a work for class:
Need to do a prompt. get 10 numbers input (10 gr
NUMBER_OF_INPUTS = 10; var i = 0; // Loop iterator var userInput; // Input from user sum = 0; //initialise sum // Collect inputs for(i=0; i