I am trying to make simple game, where words are loaded from database (check)
put into array (check)
then one after one they are scrambled and displayed with a text field for the user to type in.
In my head it sounds really simple but i have no idea how to scramble the words, in other words how do i work with individual letters of a string.
I am beginner in java script so please gently with me ^^