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