0
I have a variable var string = 'TEST', and I intend to do something like:
<input type="text" id="um" value="T">
<input type="text" id="dois" value="E">
<input type="text" id="tres" value="S">
<input type="text" id="quatro" value="T">
<input type="text" id="cinco"value="E">
Using javascript, how is this possible?