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);
|
var rn = Math.floor(Math.random()*(max-min+1)+min);
|
||||||
console.log(rn)
|
console.log(rn)
|
||||||
var bodyc = document.getElementById('owo').classList;
|
var bodyc = document.getElementById('owo').classList;
|
||||||
if (rn > 0) {
|
|
||||||
bodyc.remove('jack');
|
|
||||||
}
|
|
||||||
if (rn = 1) {
|
if (rn = 1) {
|
||||||
bodyc.add('kazoo');
|
bodyc.add('kazoo');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue