I've got a string that I want to turn into an array with each individual letter. From what I can gather I need to iterate through each index of the string and get each element to build the array, but I'm very new to this and can't seem to work out the correct setup.