| # | WORD | CORRECT DEFINITION | RESULT |
|---|
TIME: ${durStr} | SCORE: ${score}/${total} | LENGTH: ${wordLen}${aborted?' | ABORTED':''}
`; if(!aborted&&score>=10){ const cols=['#FFD700','#00FFFF','#FF69B4','#00FF88','#FF8C00']; for(let i=0;i<10;i++)setTimeout(()=>burst(Math.random()*innerWidth,Math.random()*innerHeight*.5,cols[Math.floor(Math.random()*cols.length)],15),i*140); } }