Skip to content

Instantly share code, notes, and snippets.

@cwg999
Created November 30, 2017 04:06
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 cwg999/458790b928e1ffbe90863b997a28c21e to your computer and use it in GitHub Desktop.
Save cwg999/458790b928e1ffbe90863b997a28c21e to your computer and use it in GitHub Desktop.
Prints printable characters.
console.log([...Array((127-32)).keys()].map(e=>String.fromCharCode(e+32)).join(''))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment