Skip to content

Instantly share code, notes, and snippets.

@devinschulz
Created December 28, 2016 02:10
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 devinschulz/c43220ff067905689c675ced89e64f12 to your computer and use it in GitHub Desktop.
Save devinschulz/c43220ff067905689c675ced89e64f12 to your computer and use it in GitHub Desktop.
Render ellipses in JS
function ellipses() {
return String.fromCharCode(8230)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment