Skip to content

Instantly share code, notes, and snippets.

@bmf
Created June 1, 2016 17:04
Show Gist options
  • Select an option

  • Save bmf/def6c443a1b6c37a83921e3f39138b99 to your computer and use it in GitHub Desktop.

Select an option

Save bmf/def6c443a1b6c37a83921e3f39138b99 to your computer and use it in GitHub Desktop.
var x = "#";
for (var i = 0; i <= 6; i++){
console.log(x);
x += "#";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment