Thanks to Chellaganesh for answering my last question
Does anyone know how to do JavaScript programming, if so can you help me to do these programs I would be grateful if anyone could do these as soon as possible this is why I have awarded 500 pts to this question
I am writing a JavaScript application that prompts a user to enter 5 numerical values which are the number of people attending an exhibition on each of the days of a given week, from Monday to Friday (inclusive). After the last of these values has been typed in by the user all 5 input values should be displayed on the output document, each on a separate line.
I need to modify the code in the provided file in such a way that variable names, output messages, and so on, reflect the change in the nature of the application.
I need it to be helpful to the user if they could be informed, as they are typing in their values, which day of the week they were currently entering data for, and also if this information was provided in the output.
Here a template i found