Score Counter

Practice changing a value

Score: 0

Important HTML

JavaScript updates #score when these buttons are clicked.

<h2 id="score">Score: 0</h2>
<button id="increase-button" type="button">Increase score</button>
<button id="reset-button" type="button">Reset score</button>