function onClick() { if(n >= 10n**8n) { return; } n++; for(let i = 0; i < 10000; i++) { x += 41n; x ^= 42n; } }