Skip to content

Instantly share code, notes, and snippets.

@Leejojo
Created July 25, 2016 16:59
Show Gist options
  • Save Leejojo/5fb8e8723b97a3076653fad2c7a54bce to your computer and use it in GitHub Desktop.
Save Leejojo/5fb8e8723b97a3076653fad2c7a54bce to your computer and use it in GitHub Desktop.
arrayOfLights
function arrayOfLight(x) {
for (var i = 0; i <= x; i++){
console.log(i)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment