Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Clicking Game Template</title>
  </head>
  <body>
    <h1>Super Cool Clicking Game</h1>
    <h3 id="scoreCount">score: </h3>
    <h3 id="pointsCount">points: </h3>
    <h3 id="multiplierCount">multiplier: </h3>
    <button id="primaryButton" onclick="handleButtonClick()">click me</button>
    <button id="upgradeClicker" onclick="handleUpgradeClick()">
      Upgrade Clicker
    </button>
    <button id="darkModeUpgrade" onclick="handleDarkModeClick()">
      Dark Mode cost: 50
    </button>
    <script src="index.js"></script>
  </body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers