I have an Array with some numeric values. I want to display them but I also have a user input which should be displayed after the respective element in the array. My approach works fine but seems really overcomplicated to me. I created a fiddle: I have an Array with some numeric values. I wan