Angular Interview Questions 2024 | Angular & Javascript Interview Questions | Ui Dev Guide

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

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

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

    Get the early access to zero to hero cheat sheet for you next interview ✅✅
    topmate.io/ui_dev_guide/951823

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

    what is the 35th question

  • @arunbharath-r8c
    @arunbharath-r8c 2 หลายเดือนก่อน

    why in the interview method chaining is said as currying

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

      Bhai kabhi kabhi galti ho jati hai 😃

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

    For an angular developer, should he know about JavaScript as well ?

    • @uidevguide
      @uidevguide  6 หลายเดือนก่อน

      Yes Vignesh.
      You have know about it

  • @RBX007
    @RBX007 7 หลายเดือนก่อน

    Simply we can like this.
    const flattenArray = [];
    const toFlatten = (params) =>{
    for (let num of params) {
    if(Array.isArray(num)) {
    toFlatten(num)
    } else flattenArray.push(num);
    }
    }
    toFlatten(numArray);// Pass the array

    • @uidevguide
      @uidevguide  7 หลายเดือนก่อน

      Hi Buddy can you check the code once,
      const flattenArray = [];
      const toFlatten = (params) =>{
      for (let num of params) {
      console.log(num)
      if(Array.isArray(num)) {
      toFlatten(num)
      } else flattenArray.push(num);
      }
      }
      console.log(toFlatten([1,2,[3,4,[5]]]))

    • @RBX007
      @RBX007 7 หลายเดือนก่อน

      @@uidevguide Bro, toFlatten function is not returning any thing here. we don't have the return statement. just try to console.log(flattenArray). You will get expected output. But if function need to return just add return flattenArray statement after loop.
      const flattenArray = [];
      const toFlatten = (params) =>{
      for (let num of params) {
      if(Array.isArray(num)) {
      toFlatten(num)
      } else flattenArray.push(num);
      }
      return flattenArray
      }
      console.log('Print missing items', toFlatten([1,2,[3,4,[5]]]));
      May be you can have different approaches, it was just idea how we can achieve

  • @saurabhbarasiya4721
    @saurabhbarasiya4721 6 หลายเดือนก่อน

    Can you provide thease questions it well so it will be better

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

      I think you should do it
      Homework for you 😎

    • @saurabhbarasiya4721
      @saurabhbarasiya4721 6 หลายเดือนก่อน

      @@uidevguide sure will do

    • @er.akashdeepsingh9070
      @er.akashdeepsingh9070 4 หลายเดือนก่อน

      😂😂😂😂​@@uidevguide

  • @sumannayak7677
    @sumannayak7677 7 หลายเดือนก่อน

    is he 10+ years exp?

    • @uidevguide
      @uidevguide  7 หลายเดือนก่อน

      He is 8 years of experience