0
How can i make list an items in js. And also how can items be iterating in js
If am inputs item it should be display or list while am submitting it.
4 Respuestas
+ 2
I didn't understand your question. Please edit the question to make it easier to understand. Maybe by adding an example of input, and respective desired output by the given input helps.
+ 1
Let me try, correct me if I'm wrong ok?
So you give input number say 100, then that number will be saved into an array. Is this what you mean?
And how you give input? through prompt box? or by using input element?
Do you have a code I can look at?
0
Js
0
I want an item to be iterating/list one after the other while and imputing.