Files
the-button/js/01_welcome.js
2025-09-12 11:20:36 +02:00

8 lines
92 B
JavaScript

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