I need help with the following code:
let options = new Array("text1","text2");
I am trying to add additional text to each element in the array, so it becomes Array("text1 someothertext","text2 sometext");
Your assistance is greatly appreciated.