Skip to content

Instantly share code, notes, and snippets.

@nfons
Created April 12, 2018 15:20
Show Gist options
  • Save nfons/faecc18c131b82e1ee71c87b20015582 to your computer and use it in GitHub Desktop.
Save nfons/faecc18c131b82e1ee71c87b20015582 to your computer and use it in GitHub Desktop.
before minify
var longvariable = "myname"
var longArray = [1,2,3,4,5,6]
//some comment about functionality perhaps?
for(var index = 0; index < 6; index++){
console.log(longArray[index]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment