Skip to content

Instantly share code, notes, and snippets.

@yurrriq
Created June 20, 2014 20:15
Show Gist options
  • Save yurrriq/9a40a4840500d6672be4 to your computer and use it in GitHub Desktop.
Save yurrriq/9a40a4840500d6672be4 to your computer and use it in GitHub Desktop.
Lazily/cleverly print a horizontal rule
var n = 10
var s = '========'
console.log(Array(n+1).join(s))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment