Fresher's Frontend Interview

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 75

  • @avtheprowd
    @avtheprowd 6 месяцев назад +9

    at last for giving up the space in PM or AM you can use css gap property! he had already created clock div a flex box. so, all span elements have gap between them using gap property :)

  • @NikhilDeveloper-n4r
    @NikhilDeveloper-n4r 24 дня назад +1

    00:02 Practice JavaScript and React thoroughly for better interview performance
    02:23 CSS skills and interview categories
    09:01 Inheritance in CSS
    12:11 Synchronous code can block the main thread
    22:00 Discussing variable assignment and destructuring in Javascript
    25:11 Understanding array destructuring in JavaScript
    31:58 Creating objects using Factory functions
    35:05 Implementing a digital clock using JavaScript
    56:31 Formatting time in JavaScript
    1:03:27 Optimizing code with Date object in JavaScript Console
    1:10:04 Improving core JavaScript skills

  • @ANKITMISTRY-cr9tu
    @ANKITMISTRY-cr9tu 2 месяца назад +10

    Most simple way
    let clock = document.querySelector('#clock')
    setInterval(()=>{
    let date = new Date();
    clock.innerHTML = date.toLocaleTimeString();
    },1000);

  • @Believer-yk7th
    @Believer-yk7th 6 месяцев назад +12

    Thanks for English content ❤

  • @akritisingh5873
    @akritisingh5873 6 месяцев назад +8

    Constructive interview😇

  • @RohanGotwal
    @RohanGotwal 6 месяцев назад +6

    The content quality is really very good! Can you also post some mock for 3 years frontend exp with JS + React.js + system design, I am unable to find something similar on the internet, I am also a Frontend Dev with 3 YOE looking to switch job so I am revising my fundamentals and your content is really helpful!

    • @dineshkum4r
      @dineshkum4r 6 месяцев назад

      What's ur CTC right now

    • @RohanGotwal
      @RohanGotwal 6 месяцев назад

      @@dineshkum4r 12 LPA

    • @totalgaming1569
      @totalgaming1569 6 месяцев назад +1

      ​@@RohanGotwalmonth or year

    • @eng.procodrr
      @eng.procodrr  6 месяцев назад +5

      Today I will upload React Interview of a Senior developer. It is a really good interview. Make sure to watch it at 7 PM.

    • @RohanGotwal
      @RohanGotwal 6 месяцев назад

      Will watch it for sure, also i have an interview day after tomorrow for the position of senior frontend engineer at a US based funded startup so it will help me revise things up​@@eng.procodrr

  • @tgayush1424
    @tgayush1424 6 месяцев назад +4

    Ohhh sir logo change kar diya

  • @tejaspatel3680
    @tejaspatel3680 6 месяцев назад +2

    How can i get a chance to be interviewed by you please tell sir
    I really need to know about my practices

  • @ravishbisht502
    @ravishbisht502 6 месяцев назад +2

    Sir bring 1 interview in every 2 days plzz

  • @akanshasaraswat7274
    @akanshasaraswat7274 3 месяца назад +1

    Sir coding level 0 hn
    Kuch nhe aata usme , kaise logic lgata hn kya samjhte
    Pls video bnao for help
    How to start coding

  • @saiprashanth3424
    @saiprashanth3424 6 месяцев назад +4

    Hi
    Cab anyone clarify one thing
    I am frontend developer with 2 plus years of work experience but i dont know css much
    In my company there will be a dedicated css developers
    So is css necessary to be a frontend developer????

    • @4444-c4s
      @4444-c4s 6 месяцев назад +2

      No not necessary. I think you must be in Product based company.
      In many service based companies css part is handled by Developers

    • @saiprashanth3424
      @saiprashanth3424 6 месяцев назад +1

      @@4444-c4s you are right
      I work for a product based company
      But to survive in service based I need to learn css right 🚶🏿🚶🏿

    • @eng.procodrr
      @eng.procodrr  6 месяцев назад +3

      Although you can go ahead in your career even without learning much CSS. Still I would recommend you to learn CSS as a frontend developer because when have that knowledge you'll feel empowered and you won't have to be dependent on some else for you UI related work.

    • @4444-c4s
      @4444-c4s 6 месяцев назад +1

      @@eng.procodrr bhaiya how can I get into your Google Meet that happens eevery Sunday?

  • @icetmzz9074
    @icetmzz9074 6 месяцев назад +14

    i can solve this issues without any preparation, i think he is beginner

  • @pareshkamaliya2493
    @pareshkamaliya2493 6 месяцев назад +1

    sir according to Gemini: the syntax const {3 : a} to directly access an element by index within destructuring assignment isn't valid JavaScript. is this true?

  • @mohdanzar1895
    @mohdanzar1895 3 месяца назад

    How to apply for these interviews? please reply sir...I've been learning web dev from past 2months...

  • @rohitbabburu
    @rohitbabburu 6 месяцев назад +1

    Sir, what will you do after selection? I have this doubt.
    they are already experienced candidates . are they looking for new company and are you helping them to switch ..,please reply

  • @sarthak5885Vyas
    @sarthak5885Vyas 3 месяца назад +1

    Sir, how can i give interview

  • @swarup868
    @swarup868 5 месяцев назад

    console.log("start");
    let res=0
    for (let i=0;i

  • @swagatpandak7325
    @swagatpandak7325 5 месяцев назад

    Small doubt: Can someone make that L shaped using span tag? 6:55

  • @BabjiVunna
    @BabjiVunna 6 месяцев назад +1

    console.log("Start");
    function busyWait(duration) {
    return new Promise(resolve => setTimeout(resolve, duration));
    }
    busyWait(2000).then(() => {
    console.log("This is the code running between Start and End");
    console.log("End");
    });

    • @pareshkamaliya2493
      @pareshkamaliya2493 6 месяцев назад +1

      console.log("start");
      setTimeout(() => {
      console.log("end");
      }, 2000);
      can we do this?

  • @tgayush1424
    @tgayush1424 6 месяцев назад +2

    Ohhh yeh English channel hai wahhh

  • @nagasudhamahavratayajula837
    @nagasudhamahavratayajula837 3 месяца назад

    Hello Sir, how can we register for a mock interview?

  • @manishvishwakarma4538
    @manishvishwakarma4538 Месяц назад

    Aise interview me 9/10 score krne ke baad expected salary kya hogi

  • @Maik.iptoux
    @Maik.iptoux 4 месяца назад

    Minute 58:   is the magic

  • @deepikachauhan2494
    @deepikachauhan2494 Месяц назад

    i want to give you interview

  • @TayabaTariq-e9k
    @TayabaTariq-e9k 6 месяцев назад

    assalamoalaikum
    How can i get a chance to be interviewed by you please tell sir

  • @Airudan
    @Airudan 6 месяцев назад +1

    bhai es interview ke bases pe kitne LPA milenge es bhai ko

  • @victorDS534
    @victorDS534 6 месяцев назад

    Bhaiya english kse sikha aapne and iske upar ek video banao

  • @PraNihaal
    @PraNihaal 6 месяцев назад

    upload experienced interviews

  • @the__developer
    @the__developer 6 месяцев назад

    Next part?

  • @codinglife91
    @codinglife91 3 месяца назад +1

    26:00
    const [...a]= [10,20,30,40,50]
    console.log(a[3])
    output- 40

  • @gauravparasar4571
    @gauravparasar4571 6 месяцев назад +1

    new channel ??

    • @eng.procodrr
      @eng.procodrr  6 месяцев назад

      Yes
      ruclips.net/video/oFatHGYCBQI/видео.html

  • @iganic7574
    @iganic7574 6 месяцев назад +2

    New channel?

    • @cbazxy2697
      @cbazxy2697 6 месяцев назад

      Take some time to find out yourself dude, watch his first video🤷‍♂️

    • @iganic7574
      @iganic7574 6 месяцев назад

      ​@@cbazxy2697😅

  • @Dev.prashant.k
    @Dev.prashant.k 6 месяцев назад

    Good evening sir

  • @webdesignersandip7469
    @webdesignersandip7469 6 месяцев назад

    It's a fresher interview?

  • @ravishbisht502
    @ravishbisht502 6 месяцев назад

    Nice

  • @rijoksd
    @rijoksd 6 месяцев назад +1

    • @rizwan6568
      @rizwan6568 6 месяцев назад +1

      Theyy ivideyum Malayali 🫵😆

    • @rijoksd
      @rijoksd 6 месяцев назад

      @@rizwan6568 Ha egane manasilayi

    • @rizwan6568
      @rizwan6568 6 месяцев назад

      @@rijoksd kasaragodil evdeya?

    • @rizwan6568
      @rizwan6568 6 месяцев назад

      @@rijoksd brototype il aano padikunne?

    • @rijoksd
      @rijoksd 6 месяцев назад

      @@rizwan6568 Futura labs Calicut, Bro entha cheyunne

  • @akshitsoni9699
    @akshitsoni9699 6 месяцев назад +3

    Bro i think you should talk a little bit with more energy it feels like you are asking those questions without any energy sounds like buzzzz......

  • @praveen-345
    @praveen-345 6 месяцев назад +2

    Hi Anna

  • @ItCoursesForAll
    @ItCoursesForAll 15 дней назад

    The worst interview waste of time😅

  • @neerajpawar797
    @neerajpawar797 4 месяца назад

    Q. const [a] = [10,20,30,40,50]
    so can we do this also
    Ans : -
    const [...a] = [10, 20,30,40,50]
    console.log(a[3]) // 40
    can anyone tell me is it right or wrong

  • @praveen-345
    @praveen-345 6 месяцев назад

    Hi sir

  • @aditya-d-
    @aditya-d- 6 месяцев назад

    english interviews are better

  • @zalaam_0
    @zalaam_0 3 месяца назад

    simple clock
    const clock = document.querySelector(".clock");
    setInterval(() => {
    const time = new Date();
    console.log(time.toLocaleTimeString());
    clock.textContent = time.toLocaleTimeString();
    }, 1000);

  • @deepaksinghjethi2914
    @deepaksinghjethi2914 6 месяцев назад +1

    function runLoopForSeconds(seconds) {
    const startTime = Date.now();
    while (Date.now() - startTime < seconds * 1000) {
    console.log("delay);
    }
    }
    // Call the function with the desired number of seconds
    runLoopForSeconds(5); // Runs the loop for 5 seconds