JavaScript – How do I shuffle the characters in a string skipping certain character(S)
I'm a javascript beginner and I got stuck having a problem. I have a javascript's function to shuffle the characters in a string in that way that words length and spaces are kept like in original sentence. function shuffleArray(array) {…