Frontend Machine Coding Interview ( Countdown Timer Question ) in Javascript

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ย. 2024

ความคิดเห็น • 26

  • @RoadsideCoder
    @RoadsideCoder  ปีที่แล้ว +4

    My Complete Frontend Interview Prep Course 🔥🔥 - roadsidecoder.com/course-details (50% off for limited time)
    If this video gets good response, I will make more such videos. So do share it!

  • @saquibakhter5801
    @saquibakhter5801 3 หลายเดือนก่อน

    There should be summary part as well where you should explain the logic once, although it's very nice. love it!!!

  • @akashrajput4076
    @akashrajput4076 ปีที่แล้ว +3

    Love the way of your teaching skill 😘😘❤️

  • @arunkaiser
    @arunkaiser ปีที่แล้ว +1

    Blindly I can give a like to all your videos 🎥

  • @ankittyagi6706
    @ankittyagi6706 ปีที่แล้ว +9

    Currently this design is not mobile responsive but you want to make it mobile responsive add the below code->
    @media only screen and (max-width: 600px) {
    .container__title{
    font-size: 30px;
    }
    .container{
    height:200px;
    width: 300px;
    display: flex;
    flex-direction: column;
    gap:10px
    }
    .container__labels--label{
    width: 20%;
    text-align: center;
    font-size: 20px;
    padding: 5px 10px;
    }

    .btn{
    border-radius: 10px;
    width: 40%;
    height:50px;
    font-size: 20px;
    }
    }

  • @brijeshsoni636
    @brijeshsoni636 ปีที่แล้ว +2

    Recently This question is asked in zacaler fronted

  • @srinivasgangaraju2998
    @srinivasgangaraju2998 ปีที่แล้ว +1

    @RoadsideCoder why there is an extra line in github in timer function. what is the need of putting this line here. I don't see that in the video. can u please explain.?
    min.value = min.value > 60 ? 60 : min.value;
    lineno: 37

    • @bhanuprakashreddy4834
      @bhanuprakashreddy4834 ปีที่แล้ว

      If the minute value is entered or assigned more than 60 secs it should be fixed to 60

    • @srinivasgangaraju2998
      @srinivasgangaraju2998 ปีที่แล้ว

      ​@@bhanuprakashreddy4834 That is already taken care of in the previous line. if the minute value is more than 60, the hour value is incremented by 1 and the remaining minutes are assigned to min. So, there is no need for this line r8? Can u please explain why it is needed

  • @indiancuriousvoice8773
    @indiancuriousvoice8773 ปีที่แล้ว

    Npm has a usetimer packege that will do it very easily. It is very usefull in making quize app

    • @imPrathamDev
      @imPrathamDev ปีที่แล้ว

      this is for interviews, companies don't like to use many packages for small work

  • @SamruddhaShah
    @SamruddhaShah ปีที่แล้ว +1

    Thanks bro 😊

  • @NOTHING-en2ue
    @NOTHING-en2ue ปีที่แล้ว

    very great tutorial

  • @teja6819
    @teja6819 ปีที่แล้ว

    Bro , please do this one, there is login form after login there is dashboard &filter jobs based on click

  • @aaryansj8016
    @aaryansj8016 ปีที่แล้ว

    Tysm 🎉☺️

  • @ankitmehrotra8519
    @ankitmehrotra8519 ปีที่แล้ว

    Bhai system design ke kuch tips tricks share karo

  • @AbhishekKumar-vl3cb
    @AbhishekKumar-vl3cb ปีที่แล้ว

    Please make some Frontend System Design too.

  • @rishiraj2548
    @rishiraj2548 ปีที่แล้ว +1

    👍🙏💯

  • @crystalclear178
    @crystalclear178 5 หลายเดือนก่อน

    I wanted more deep explanation... please next time explaine little things too

    • @RoadsideCoder
      @RoadsideCoder  5 หลายเดือนก่อน

      You can check my complete playlist

  • @discreetninja
    @discreetninja ปีที่แล้ว

    1:15 You might wanna fix the 00:60:00 bug there.

  • @softwareengineering101
    @softwareengineering101 ปีที่แล้ว

    can someone share react implementation of this

  • @VivekChavan-ov3pl
    @VivekChavan-ov3pl ปีที่แล้ว

    16:36:00

  • @ShubhamSingh-qo3lm
    @ShubhamSingh-qo3lm ปีที่แล้ว +4

    Neog people hath uthaw😅