document.getElementById('points').innerHTML =namePlayer + ": " + pointsPlayer + "<br>"+ "Computer: " + pointsComp; //return (pointsPlayer);