Hello guys,
I am trying to take a jab at this. I have an input box which asks to enter a number. After they enter a number I want to display that amount of input feilds.
So for example, if they enter 5 it would loop 5 input boxes. I am able to retreive the value in the input box but I am confused as to how I can make it loop 5 times.
I am new to JS, I am still learning.
Thanks.