I would like to loop through and array and then get the last two letters from each string and create a new array with them?
my current array is
myArray = [Qe3,Ke4,Qe5,Je6]
I would like to end up with this
newArray = [e3,e4,e5,e6]
this is for www.chessonline.app