Skip to content

Instantly share code, notes, and snippets.

@matthewhartman
Created October 8, 2020 05:37
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 matthewhartman/91873d7100eaf4a817aba9b2de92e5de to your computer and use it in GitHub Desktop.
Save matthewhartman/91873d7100eaf4a817aba9b2de92e5de to your computer and use it in GitHub Desktop.
Divider in JS
const divider = Array(20).join('-');
// output
// --------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment