Input list items

Hello,
Please can someone tell me how i can achive the following?
I have a list if items (var article = [array of articles]) and i want to add an input field to each of them so that I can get a new value from the user, lets says the price of each articles. Because it seems like arrays are not mutable.