remove document.write
All checks were successful
/ build (push) Successful in 45s

This commit is contained in:
Nycki 2025-07-05 17:07:48 -07:00
parent cd9373e7f6
commit c47794fd12

View file

@ -18,5 +18,5 @@ function p() {
n(m[i],t,t+=m[i+1]);
}
}
document.write('<button onclick="p()">play</button>');
</script>
<button onclick="p()">play</button>