Files
the-button/js/01_welcome.js
2025-09-16 21:47:44 +02:00

8 lines
92 B
JavaScript

function onClick() {
if(n >= 10000n) {
return;
}
n++;
x = n % 7n;
}