Skip to content

Instantly share code, notes, and snippets.

@RAMPKORV
Created September 21, 2020 21:51
Show Gist options
  • Select an option

  • Save RAMPKORV/65a8609870b04c06d6b7a5868be906dd to your computer and use it in GitHub Desktop.

Select an option

Save RAMPKORV/65a8609870b04c06d6b7a5868be906dd to your computer and use it in GitHub Desktop.
Array(100).fill([['l','k'],['u'],['n','k'],['a'],['r']]).map(i=>i.map(j=>j.length>1?j[Math.random()>.5?0:1]:j[0]).join('')).join(' ');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment