I try to get around the following, but do not have time:
var string = "erehT era a tsav rebmun fo secruoser rof gninrael erom tpircsavaJ"; var x = string.split(" "); for(i=0; i<=x.length; i++){ var element = x[i]; }
Element
now represents every word inside the array. Now I need to cancel not the word order, but the order of each letter for each word.
source share