1
2
3
4
5
6
7
8
9
10
const randomJumbledWords = (() => {
for (let i = 0; i < 10; i++) {
console.log(
@jdan.traverse(@jdan.markovOfRandomStrings).slice(
1,
-1,
).join(""),
);
}
})();
"tononov" "ong" "mipeipoescrdamaratypescrin" "jog" "peipog" "ptoescrin" "tomin" "ov" "porinoma" "mardatorongrang"
0
0