Skip to content

Instantly share code, notes, and snippets.

View ingria's full-sized avatar
:shipit:
ingria

ingria ingria

:shipit:
ingria
View GitHub Profile
@ingria
ingria / 1.html
Created June 22, 2023 21:23 — forked from refoerofekr/.js
testGithubGist
<script type="text/javascript">
let timer;
const timerDisplay = document.getElementById('seconds');
document.getElementById('timerButton').addEventListener('click', startTimer);
function startTimer() {
let seconds = 1000;
let bar_width = 85;
timerDisplay.textContent = seconds;