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

1096 Views

See similar Javascript Mentoring tutors

Related Javascript Mentoring answers

All answers ▸

What is the difference between global and local variables?


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


If I do var a=3 and var b=4 and then do var c=a+b it tells me the answer is 34. Why?


How do you create objects in javascript?


We're here to help

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

© MyTutorWeb Ltd 2013–2025

Terms & Conditions|Privacy Policy
Cookie Preferences