Skip to content

Instantly share code, notes, and snippets.

@Densyakun
Last active November 22, 2022 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Densyakun/79843deb26fc738a56cbf69bfa883406 to your computer and use it in GitHub Desktop.
Save Densyakun/79843deb26fc738a56cbf69bfa883406 to your computer and use it in GitHub Desktop.
let str = ''
for (var i = 0; i < length; i++)
str += String.fromCodePoint(Math.floor(Math.random() * 0x10FFFF))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment