Tagged Questions
2
votes
5answers
67 views
Mixing up the middle of strings in javascript
I'm looking for an eloquent way to mix up the middle characters of words in a string, as in "this is an example string" becomes "tihs is an eplamxe sritng."
I'm thinking first separate the words into ...