Simple Stopwatch Project with HTML, CSS and JavaScript

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ • 22

  • @pavithrab8372
    @pavithrab8372 9 місяців тому +2

    Super easily understand sir

  • @updeshkumar9741
    @updeshkumar9741 4 місяці тому

    Thank you so much for this helpful stopwatch website it's totally amazing ❤

  • @mrf_akbar
    @mrf_akbar 6 місяців тому

    Thank you very much wherever you are❤❤

  • @gamerdudestube838
    @gamerdudestube838 4 місяці тому +1

    Wow❤

  • @konphak5351
    @konphak5351 9 місяців тому +1

    Good job

  • @urbangaming7334
    @urbangaming7334 Рік тому +1

    if you click start button more than one time quickly then you can't stop stopwatch

  • @panipataledu1289
    @panipataledu1289 Рік тому

    Thanks brother ❤

  • @sarbajitacharjee1195
    @sarbajitacharjee1195 3 місяці тому

    i was hoping you would explain js
    code

  • @Pisaniplaying
    @Pisaniplaying 5 місяців тому

    Someone may help me on this error :
    document.getElementById("star-timer").addEventListener("click", () => {
    if (int !== null) {
    clearInterval(int);
    Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')

    • @hemantdangi6470
      @hemantdangi6470 5 місяців тому

      i am also facing the same issue

    • @nairitchatterjee3398
      @nairitchatterjee3398 5 місяців тому

      @@hemantdangi6470 document.getElementById("start").addEventListener("click", () => { // Changed to "start"
      if (int !== null) {
      clearInterval(int);
      }
      int = setInterval(displayTimer, 10);
      });
      this happens to id mismatched maybe ,try this

  • @bayzednotes4593
    @bayzednotes4593 Рік тому

    what is display timer in setinterval

    • @billionair_519
      @billionair_519 4 місяці тому

      It's a function name but he is define this function name after

  • @АдилетЭлчибеков-з3д

    Спосибо

  • @kodex.
    @kodex. 2 роки тому

  • @АдилетЭлчибеков-з3д

    Hello my nemis adilet

  • @TEHZROX1
    @TEHZROX1 3 місяці тому

    It doesn't help

  • @GrowingUpWithCode
    @GrowingUpWithCode 3 місяці тому

    10 QQQQQQQQQQ

  • @romanstar2129
    @romanstar2129 Рік тому

    copied

    • @dev_ression
      @dev_ression  Рік тому

      The original is literally linked in the description as credit 😂