React Js Interview Question | Real world problem solving

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024
  • 📱 Book an Interview Preparation call with me topmate.io/aka...
    Hey everyone, In this we will practice React machine coding question. This type of problem statement you will also face while working in your organisation.
    So Stay tuned! And do watch this video till the end 🙏
    Incase you need any support or career guidance
    Book a Slot 👉 topmate.io/aka...
    Subscribe here 🤗 -
    / @akashingole
    CodeSandbox link - codesandbox.io...
    Link to other videos 📚 -
    React JS Interview -
    • React Coding Interview...
    Mastering Frontend Interview Questions: Essential Tips and Examples
    • Frontend Interview Exp...
    Polyfill for filter and reduce -
    • Polyfill in Javascript...
    Frontend System Design 🧑‍💻 -
    • Implement LRU Cache in...
    MMT Interview -
    • Make my trip Frontend ...
    #ReactJSInterview #JavascriptInterview #ReactJS

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

  • @akashingole
    @akashingole  Месяц назад +1

    The above code will not work with full name like Akash Ingole, for that create a function and add this code -
    const name = fullname.split(' ')
    return s
    .map((el) => (el ? el[0]?.toUpperCase() + el.slice(1, el.length)?.toLowerCase() : ''))
    .join(' ')

  • @akashingole
    @akashingole  Месяц назад +1

    Thank you for watching!! Your support means world to me. Don't forget to like share and subscribe 🙂

  • @Lucifer-xt7un
    @Lucifer-xt7un Месяц назад

    Need more videos sir😊

  • @Lucifer-xt7un
    @Lucifer-xt7un Месяц назад

    Please don't stop this series

  • @chandrashekar-us6ef
    @chandrashekar-us6ef Месяц назад

    It will be helpful if you tell us where to apply jobs for interview calls apart from naukri and LinkedIn. I am not getting any calls recently.

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

    Very informative. Keep going 🎉

    • @akashingole
      @akashingole  Месяц назад +1

      @@YouCanRelate22 Thanks brother

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

    Please create much more hard and real-time debugging videos on react.js Thanks!