Make button that says how many times it has been clicked.

<button id="count" onclick="showCount()">0</button>
var x = 0; function showCount() {
  x++;
  document.getElementById("count").innerHTML=x;
}

PW
Answered by Piotr W. Javascript tutor

1239 Views

See similar Javascript Mentoring tutors

Related Javascript Mentoring answers

All answers ▸

Find the sum of all multiples of 2 less than 10000


What does the following code do and why? console.log(1+"2")


How would you change the background colour of a div with the id "colourme" to purple?


What is the difference between global and local variables?


We're here to help

contact us iconContact ustelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

MyTutor is part of the IXL family of brands:

© 2026 by IXL Learning