GIAIC | Cli Countdown Timer Project Using TypeScript | TypeScript | NodeJS | [ Urdu / Hindi ]

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

КОМЕНТАРІ • 6

  • @ZahirKhan-121
    @ZahirKhan-121  4 місяці тому +2

    Video Chapters:
    00:00 Introduction
    00:20 Project Demo
    03:24 Code Logic
    07:44 Code Starts Here
    51:48 Publish Project On NPM
    56:11 End

  • @ShaikhmuneebAhmed-up1cq
    @ShaikhmuneebAhmed-up1cq 3 місяці тому +3

    Really love your way of explaining every single thing in detailed. 👏

    • @ZahirKhan-121
      @ZahirKhan-121  3 місяці тому +2

      Thanks brother, i always try my best☺️😇

  • @booksandtutors2129
    @booksandtutors2129 22 дні тому +1

    const min = Math.floor((timediff % (3600 * 24)) / 3600);
    const sec = Math.floor(timediff % 60);
    console.log(`${min}:${sec}`);
    bhai ye method kia ha please explain krdo ye kia hua ha?

    • @ZahirKhan-121
      @ZahirKhan-121  22 дні тому +1

      @@booksandtutors2129 iss method mai hum loog minutes and seconds calculate krrhe hain har 1 second ke baad, jitna bhi time difference hai uske through

    • @booksandtutors2129
      @booksandtutors2129 22 дні тому

      @@ZahirKhan-121 thank you sir