1
Hello
I have 3 inputs, I would like when typing something in input 1, to insert the contents in a result called div, and when typing in input 2 be inserted in the result div and so on, without replacing the previous value in javascript.
Example:
Input 1 - Value: 10
Input 2 - Value: 5
Input 3 - Value: 12
Result in DIV: 10, 5, 12
Thank you
Are you using any JS framework or is it pure javascript?
– Hamurabi Araujo
Pure Javascript
– abduzeedo