Master JavaScript Interviews: Top 20 Coding Questions Explained in Tamil

Поділитися
Вставка
  • Опубліковано 27 лис 2024

КОМЕНТАРІ • 36

  • @KesavanMurugesan-k2u
    @KesavanMurugesan-k2u 2 місяці тому +6

    Hi Bro, Same idhae maaari advanced level coding questions podunga. Main ah more than 3 years experienced persons. Oru series maari potingana nusefulah irukum brother

  • @DevRaj0304
    @DevRaj0304 2 місяці тому +1

    En thalaivan vantan daaaa💥💥💥💥💥💥💥💥💥💥💥💥🔥🔥🔥🔥🔥🔥

  • @naveen.a4216
    @naveen.a4216 2 місяці тому +3

    Bro please continue to javascript DSA...Waiting

  • @mohammedimad6609
    @mohammedimad6609 2 місяці тому

    thalaivan is back....

  • @balakrishnana.k3293
    @balakrishnana.k3293 Місяць тому

    I would request you to add time complexity for each method you try..
    People will always choose the easiest way but end up with high time complexity.
    In 8th example, using formula - we achieved O(1) but if we use Set with has function it will take O(n).
    It would be good if you add this while solving the problems with different approaches.
    Simple request from a developer , thanks for understanding.

  • @narayanan0180
    @narayanan0180 2 місяці тому

    Good and most waited content bro
    👌🏼

  • @balakrishnana.k3293
    @balakrishnana.k3293 Місяць тому

    7th question : Finding the first non repeating character
    You have solved it using O(n*m) complexity and space complexity O(n)
    Why don't we try IndexOf() method using a single loop.
    For example
    i th index string - take it (s.substring(i+1) .IndexOf(s[i])) == -1 )
    return s[i] - since it is not repated anywhere in substring.

  • @lucifersom6985
    @lucifersom6985 2 місяці тому

    Thanks thala🔥🔥🤝

  • @VigneshRaj-q8c
    @VigneshRaj-q8c 2 місяці тому

    Mass Thala🔥🔥🔥

  • @jayakanth_jpg
    @jayakanth_jpg 2 місяці тому

    very useful bro.

  • @usamaashraf4930
    @usamaashraf4930 2 місяці тому

    Thanks bro ❤

  • @vishnumithran4574
    @vishnumithran4574 2 місяці тому +1

    Hi JVL,
    I have donated in gpay,
    Can I get an acknowledgement?
    And this series needs to continued.
    I saw the Full video..
    Only on the deep clone still clarification is needed which I can do on my own.
    But pls continue doing this js related videos.

  • @sandhousevlogs8695
    @sandhousevlogs8695 2 місяці тому +1

    Bro Nest js Tutorial potuga bro❤❤❤

  • @senthilkumaran02
    @senthilkumaran02 2 місяці тому +3

    Springboot full course podunga bro pls

  • @r.c.sugumaran8153
    @r.c.sugumaran8153 2 місяці тому +1

    Python questions podunga bro

  • @mastergaming8099
    @mastergaming8099 2 місяці тому +4

    Hi sir.pls springboot full course

  • @sundarapandim1104
    @sundarapandim1104 2 місяці тому +1

    Typescript full course video please

  • @vysaivicky4724
    @vysaivicky4724 2 місяці тому +1

    Spring boot full course

  • @NIVETHA-j2b
    @NIVETHA-j2b Місяць тому

    intha mari videos podunga anna

  • @usamaashraf4930
    @usamaashraf4930 2 місяці тому +1

    Bro please continue dsa in javascript

  • @user-sb6qv3yq2c
    @user-sb6qv3yq2c Місяць тому +1

    waiting JS DSA bro

  • @Akash-dg3lv
    @Akash-dg3lv 2 місяці тому +1

    Spring boot full course and project please anna

  • @rajkumar-wt9un
    @rajkumar-wt9un 2 місяці тому

    Report lab in django for pdf pathi video podunga bro..

  • @allvinallvin236
    @allvinallvin236 Місяць тому

    Sir. Nest js tutorial full course..

  • @ps16
    @ps16 2 місяці тому +1

    brother Nest Js podunga

  • @BalaMurugan-fg4qi
    @BalaMurugan-fg4qi 2 місяці тому +1

    Bro nodejs micro service video venum bro and oru project bro

  • @JeevaT123
    @JeevaT123 2 місяці тому

    bro intha mari java kum video podunga

  • @RalKrish
    @RalKrish 2 місяці тому

    for angrams question 7 at 50:42 Write a function to check if two strings are anagrams.why this fn is less efficient any thoughts bro?
    function areAnagrams(str1, str2) {
    // Remove spaces and convert to lowercase
    let cleanedStr1 = str1.replace(/\s+/g, '').toLowerCase();
    let cleanedStr2 = str2.replace(/\s+/g, '').toLowerCase();

    // Sort the letters of both strings
    let sortedStr1 = cleanedStr1.split('').sort().join('');
    let sortedStr2 = cleanedStr2.split('').sort().join('');

    // Compare the sorted strings
    return sortedStr1 === sortedStr2;
    }
    // Test cases
    console.log(areAnagrams("listen", "silent")); // true
    console.log(areAnagrams("race", "care")); // true
    console.log(areAnagrams("hello", "world")); // false

  • @manismania9962
    @manismania9962 2 місяці тому

    Anna please python problem solving ku video podunga na coding

  • @surenthirane7094
    @surenthirane7094 2 місяці тому +2

    Springboot bro please

  • @SanthoshSanthosh-cx4yn
    @SanthoshSanthosh-cx4yn Місяць тому

    Bro react interview question podunga bro

  • @venkydevops
    @venkydevops Місяць тому

    bro where to get this type of question ?

  • @alluaravinth4628
    @alluaravinth4628 2 місяці тому

    Bro SQL full course

  • @Jathu-m
    @Jathu-m 2 місяці тому

    Nest js please bro

  • @San_jai_21
    @San_jai_21 2 місяці тому

    Apdiye angular Kum podu thala😢

  • @rockyvelu1465
    @rockyvelu1465 2 місяці тому

    Bro yenaku oru doubt bro athu naa insta solirukan konjam yenaku clear Pani vidunga bro🙏