function randomizeLines() { var textBox = document.getElementById("text-box"); var lines = textBox.value.split("\n"); var randomizedLines = shuffleArray(lines); ...
var exceptions = ["the", "a", "an"]; var prepositions = ["about", "above", "across", "after", "against", "along", "among", "around", "as", "at", "before", "behind", "below",...