Shuffling words in a sentence in javascript (coding horror - How to improve?)
- by Bill Zimmerman
Hi,
I'm trying to do something that is fairly simple, but my code looks terrible and I am certain there is a better way to do things in javascript. I am new to javascript, and am trying to improve my coding. This just feels very messy.
All I want to do is to randomly change the order some words on a web page. In python, the code would look…