need a little help for this code "Tasbeeh Calculator"
Hello everyone i fond this Tasbeeh Calculator
and i need help if possible this calculator start from "0" and stop counting on setup number like stop auto conuting when i reach numher for exmple 100 or 101 ? if possible please i appricate for person who make this calculatro and any one if help thanks i share this calculator link
2 Answers
7 months ago by Mian
<!DOCTYPE html>
<html>
<head>
meta charset="UTF-8"
meta name="viewport" content="width=device-width, initial-scale=1.0"
link rel="stylesheet" href="styles.css"
title
<body>
<div class="calculator-container">
<h1>Tasbeeh Calculator</h1>
<div class="tasbeeh-box">
<div class="tasbeeh-display"
id="tasbeehDisplay">0</div>
<button class="tasbeeh-button"
onclick="incrementTasbeeh()">Count</button>
<button class="reset-button" onclick="resetTasbeeh()">Reset</button>
<div class="made-by">Made by: Sultan M. Salahuddin</div>
<script src="script.js"></script>
script.js
incrementTasbeeh()
tasbeehDisplay
resetTasbeeh()
tasbeehDisplay
7 months ago by Lasarus Ampus