Created
April 12, 2018 15:20
-
-
Save nfons/faecc18c131b82e1ee71c87b20015582 to your computer and use it in GitHub Desktop.
before minify
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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