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

1003 Views

See similar Javascript Mentoring tutors

Related Javascript Mentoring answers

All answers ▸

How to sum every number in an array of numbers.


How to check if value exists in an object in JavaScript?


What does the document.onload() function do and why is it useful?


I've just heard about objects. How do I use them and do they work with Arrays?


We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2025

Terms & Conditions|Privacy Policy
Cookie Preferences