let snippets = [["1", "2", "3"], ["Но что " ,"делать?"], ["что вам мешает", "разбить, как нужно ", "изначально?"]];
let words = shuffle(snippets, true); let snippet = words.join(""); cols = 1;