I SaId a JoKe nOt a pOeM
This commit is contained in:
parent
e93ddcdca4
commit
390823e7dd
|
@ -17,9 +17,6 @@ console.log(max)
|
|||
var rn = Math.floor(Math.random()*(max-min+1)+min);
|
||||
console.log(rn)
|
||||
var bodyc = document.getElementById('owo').classList;
|
||||
if (rn > 0) {
|
||||
bodyc.remove('jack');
|
||||
}
|
||||
if (rn = 1) {
|
||||
bodyc.add('kazoo');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue