Hi,
new to the forum in a way that i read a lot but hide in the shadows
I've been set a task by my tutor for our javascript module in which ive to create a program for a small company. im a total newby at javascript and im currently just recycling old code i have.
my task:
come up with 10 products, give them each and id number (1-10) and a price.
the user can then select what product they wish to purchase by the id number and select the quantity. once they have done this they can then see an invoice where they must enter their firstname, lastname and address. VAT is taken into consideration when calculating the total costs also.
im not asking for anyone to do this for me but im sure im capable of doing this on my own when i get past the part im stuck at.
Im curious as to how i can make my program prompt the user to put their personal details in and then add that information to the invoice. should i be doing this with an array or??
if there are any javascript pros out there and are willing to help me out id appreciate it.
rosso5792
new to the forum in a way that i read a lot but hide in the shadows

I've been set a task by my tutor for our javascript module in which ive to create a program for a small company. im a total newby at javascript and im currently just recycling old code i have.
my task:
come up with 10 products, give them each and id number (1-10) and a price.
the user can then select what product they wish to purchase by the id number and select the quantity. once they have done this they can then see an invoice where they must enter their firstname, lastname and address. VAT is taken into consideration when calculating the total costs also.
im not asking for anyone to do this for me but im sure im capable of doing this on my own when i get past the part im stuck at.
Im curious as to how i can make my program prompt the user to put their personal details in and then add that information to the invoice. should i be doing this with an array or??
if there are any javascript pros out there and are willing to help me out id appreciate it.

rosso5792