Skip to content

Instantly share code, notes, and snippets.

@YerlinMatu
Last active August 6, 2017 18:17
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 YerlinMatu/e581d018fca8ce6af5ca3045cfd176f6 to your computer and use it in GitHub Desktop.
Save YerlinMatu/e581d018fca8ce6af5ca3045cfd176f6 to your computer and use it in GitHub Desktop.
Eloquent JavaScript
for (var i = 0, hash='#'; i<=40; ++i ) {
document.write(hash.concat(hash.repeat(i)) + '<br>');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment