Skip to content

Instantly share code, notes, and snippets.

@Cheesegle
Created November 26, 2020 19:49
Show Gist options
  • Save Cheesegle/c92c607f3f552e0cdb75c51770c52884 to your computer and use it in GitHub Desktop.
Save Cheesegle/c92c607f3f552e0cdb75c51770c52884 to your computer and use it in GitHub Desktop.
useless meaningless code lol
var tree = "ehfiewfkjhkfiuefehieifiowfjiefefjiejfejfefjejfejfejfejoiwejfoivnirjvrgroighneirrgihtgjrnigirhgrhgehgorhgurygirhgrhghrogohgrhgo;irjgo;ugrugpug";
var rand = Math.floor(Math.random() * tree.length);
var i;
while (i < tree.length){
alert(rand);
i = i-1;
}
@DkeRee
Copy link

DkeRee commented Jun 13, 2021

drink my brain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment