Top 50 Most Asked JavaScript Logical Interview Questions || Must Watch🤯😱

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

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

  • @RowdyCoders
    @RowdyCoders  5 หลายเดือนก่อน +3

    Hey Rowdy Coders, seems there is an issue with question 20. It is giving different result in different platforms,
    The answer that my VSCode giving is wrong, so please run it in your device!
    Sorry for the inconvenience!

    • @anonymousmaths
      @anonymousmaths 4 หลายเดือนก่อน

      in shallow copy when we change primitive value it won't change for other i.e arr2 , if we change non-primitive value then it affect other i.e arr2
      for example=>
      1)changing primitive value
      const user1={
      name:"chandan",
      age:25,
      address:{state:"up",city:"noida"}
      }
      const user2={...user1}
      user1.name="aryan" // primitive
      console.log(user1);
      console.log(user2);
      ans=> user2 will not change
      2) changing non-primitive value
      const user1={
      name:"chandan",
      age:25,
      address:{state:"up",city:"noida"}
      }
      const user2={...user1}
      user1.address.city="varanasi" // non primitive
      console.log(user1);
      console.log(user2);
      Ans=> it affect user2
      ---------------------------------
      for arr1[0][1] = "1";
      arr1[0][0] = "0";
      it will affect arr2 (non-primitive change)
      but for
      arr1[1] = 33;
      arr1[0] = 22;
      no effect on arr2 (primitive change)

  • @suryaguthula6531
    @suryaguthula6531 หลายเดือนก่อน +1

    Super Bro. very nice and useful content.tanks alot.

  • @mayurthemaskar9182
    @mayurthemaskar9182 5 หลายเดือนก่อน +2

    Great video! Really helpful to see the top 50 most asked JavaScript logical interview questions. Please make more videos like this on JS and React. Keep up the awesome content!

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

      @@mayurthemaskar9182 thank you!🙏

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

    best video Ever for interview Purpose...Make more videos💞

    • @RowdyCoders
      @RowdyCoders  2 หลายเดือนก่อน

      Sure! Stay tuned to Rowdy Coders!

  • @dreamvallyhasan4807
    @dreamvallyhasan4807 5 หลายเดือนก่อน +1

    Best of the best to brush up JavaScript thanks a lot 💕💞❣

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

      Thank you 🙏 very much glad🥳🥳

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

    Question 20 alos correct, actually you change first array1 value at the time of run so that's why Array 2 is similar to array 1

  • @archiejain1974
    @archiejain1974 5 หลายเดือนก่อน +1

    Hello It is really helpful to brush up the js skills.
    It would be good if you could create video of mostly asked coding questions based out of ‘array of objects’, utilizing array methods

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

      @@archiejain1974thank you!
      Sure will create more videos on ‘Array of Objects!’

  • @venkykp174
    @venkykp174 4 หลายเดือนก่อน

    Good

  • @BalajiBalu-s4j
    @BalajiBalu-s4j หลายเดือนก่อน

    Hi, Overall its a good stuff but some cases your explanation is bit confusing.
    For example at 17:40 your explaining about truth table of & and | but its too confusing and your not explaining the concept of that truth table. At 18:39 (1&&2) here your saying 1 and 2 both are true. On which basis they both are true?
    Just you need to explain some complex topics clearly . Rest is fine
    Thanks mate you provided very useful content 🙌🏻

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

    Awesome 🎉

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

      Thank you🙏🤗

  • @shadabalam6712
    @shadabalam6712 4 หลายเดือนก่อน +3

    your questions are good but your explanations are Rapid and uncleared.. please explain in a clear context..

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

    Great bro

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

      @@rajeevnathverma7877 🙏 Thank you!

  • @ShreeRamSingh-vl9tl
    @ShreeRamSingh-vl9tl 5 หลายเดือนก่อน

    I am fresher preparing frontend interview can this video help me in interview or this is for senior developer

    • @RowdyCoders
      @RowdyCoders  5 หลายเดือนก่อน +1

      Only few of the questions in this Video are in scope for freshers. I will be creating separate content for freshers exclusively.

    • @ShreeRamSingh-vl9tl
      @ShreeRamSingh-vl9tl 5 หลายเดือนก่อน

      @@RowdyCoders Annayya, could you please provide me with a JavaScript fresher interview video link?

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

    hello

  • @amitamrutiya2210
    @amitamrutiya2210 5 หลายเดือนก่อน +2

    Question 20 explanation wrong.

    • @RowdyCoders
      @RowdyCoders  5 หลายเดือนก่อน +2

      Seems this question result itself is giving different in different platforms. My bad!

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

      @@RowdyCoders appreciate your replay.

    • @rajeevnathverma7877
      @rajeevnathverma7877 3 หลายเดือนก่อน +1

      Question 20 alos correct, actually you change first array1 value at the time of run so that's why Array 2 is similar to array 1

  • @jantypal9314
    @jantypal9314 4 หลายเดือนก่อน

    You should try to explain in hindi
    It will be more beneficial for you and for also students

    • @sg-ck2oh
      @sg-ck2oh 4 หลายเดือนก่อน +1

      He's trying his best learn from it !!

    • @anita2053-r1f
      @anita2053-r1f 3 หลายเดือนก่อน

      Y hindi. Do you think everyone understands! Get educated in English as a software it's minimal skill. Stop demanding forcing others let them do whatever they wanted to

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

      English is the best and the most standard way to communicate in any IT industry or any firm. You should try to learn English, not Hindi.

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

    Question 5 - last part explanation not cleared.
    Last part is closure to fix first part issue.

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

    Q21 why there are 3 undefined?

  • @makingofkira8710
    @makingofkira8710 2 หลายเดือนก่อน

    Bro you are not good at explaining, even you don't kow most of the answer.