MohammedMuti / Basic-Conversions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

if you want to disable the count limit in the program counter just replace the below code with same named function

btnIncrease.addEventListener("click", () => {
    value++;
    counter.textContent = value;
});

About


Languages

Language:CSS 46.7%Language:HTML 38.5%Language:JavaScript 14.8%