Skip to content

Instantly share code, notes, and snippets.

@GrahamSM
Last active May 30, 2016 13:40
Show Gist options
  • Save GrahamSM/7b02bf325a7d8a8a9eb02da2ceff45e7 to your computer and use it in GitHub Desktop.
Save GrahamSM/7b02bf325a7d8a8a9eb02da2ceff45e7 to your computer and use it in GitHub Desktop.
function arrayOfLight(x){
myArray = [];
for var(i = 0; i<=x; i++){
myArray[i] = i
}
return myArray;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment