|
data from users using only prompt
I have a array know as 'catalogue' , this is basically a catalogue of books containing some infomation about them (ISBN, price etc.). My task is to allow as user(who has seen the catalogue elsewhere) to enter the ISBN & Quantity using only the prompt feature of js. Now the user may want one book or many, all the data will be stored in a new array called 'order' in the format ['ISBN:quantity','.....]; now as im very new to js i really have no idea how to do this so all help will be greatly appreciated, thanks
Gez
|