Hello
I have 3 inputs, I would like that when typing something in input 1, insert the content into a div called result, and typing in input 2 is inserted into 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
IVD score: 10, 5, 12
Thank you