Skip to content

Instantly share code, notes, and snippets.

@macikokoro
Created October 1, 2014 02:00
Show Gist options
  • Save macikokoro/b7e4e07d163c6649d02e to your computer and use it in GitHub Desktop.
Save macikokoro/b7e4e07d163c6649d02e to your computer and use it in GitHub Desktop.
Looping a triangle
for(var i = "#"; i.length < 8; i += "#")
console.log(i);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment