Created
December 28, 2016 02:10
-
-
Save devinschulz/c43220ff067905689c675ced89e64f12 to your computer and use it in GitHub Desktop.
Render ellipses in JS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function ellipses() { | |
return String.fromCharCode(8230) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment