display user input value upon submit
In this code i saw from other thread/post here in Stackoverflow, ''''''' {submittedText && (
You just typed: {submittedText}
)}'''''These are all my codes attached above... How would I enter text in input field/text box for many times? and put alert related to the text inputted. ex: Cat, dog, snake
The output below should be Student's name: cat (space) STudent's name: dog etc
Thank you!