Skip to content

Instantly share code, notes, and snippets.

@Tebreca
Created March 22, 2018 06:57
Show Gist options
  • Save Tebreca/bc4f5aa055976681f08f9383bf88295b to your computer and use it in GitHub Desktop.
Save Tebreca/bc4f5aa055976681f08f9383bf88295b to your computer and use it in GitHub Desktop.
just a little js function for school.
function func(){
var i = Math.random() * 10;
switch (i){
case 1:
break;
case 2:
break
case 3:
break
case 4:
break;
case 5:
break;
case 6:
break;
case 7:
break;
case 8:
break;
case 9:
break
case 10:
break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment