Clicker 0 CLICK HERE
function scorePlus() { score.textContent += coeff;}
let i = parseInt(score.textContent); i++; score.textContent = i;