Palindrome Checker Javascript | With Source Code

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

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

  • @user-gf1yp5xr2o
    @user-gf1yp5xr2o 5 месяцев назад

    I don't get what the if statement of the forloop really does specifically the if condition pls explain ma dude 😎

  • @anurag3555
    @anurag3555 3 года назад +1

    Do you use any kind of color generator... Like.. In your every video... The color scheme is gr8

    • @CodingArtist
      @CodingArtist  3 года назад

      Glad you liked the color scheme. No I don't use any tool it's mostly from experience and observation.

    • @anshulmanapure1980
      @anshulmanapure1980 3 года назад

      Nice Idea for a project though. Maybe I should design one for myself, I struggle horribly with color scheme

  • @mahirsadman3052
    @mahirsadman3052 2 года назад

    Can I add this in my portfolio?

  • @talarisandeep2331
    @talarisandeep2331 3 года назад

    I want program how to download

  • @anshulmanapure1980
    @anshulmanapure1980 3 года назад +1

    Another logic can be:
    let string = str.replace(/_\W/g, "").toLowerCase();
    let reverseString = string.split("").reverse().join("");
    if(string != reverseString){
    return false;
    }
    return true;
    Good video though.

  • @kaushikhtn
    @kaushikhtn 3 года назад +1

    Superb 😍

  • @manojmani3112
    @manojmani3112 3 года назад

    Supb dear share ur knowledge to people

  • @sangitakumari845
    @sangitakumari845 3 года назад

    Khud samaj liya khudi ne

    • @anshulmanapure1980
      @anshulmanapure1980 3 года назад

      Jo nahi samjha puchlo comments mein. Bta denge or even coding artist will reply. Maybe he didn't got mike or as we all know it's too much hectic to make a video, and he just doesn't wants to go thru all that trouble, which is fair enough. Just a suggestion Coding Artist maybe you can add comments along the way. Like I only understood the half length because once I was watching totally unrelated video and he quickly went over why we would do this in palindrome to explain his point. Any way thanks for the help.

  • @supremecoding632
    @supremecoding632 3 года назад

    WOW 😳

  • @sahiraahamed
    @sahiraahamed 2 года назад

    👏👏

  • @mdnumanahmed9938
    @mdnumanahmed9938 3 года назад

    Bro explain it with ur voice 🙏

  • @anurag3555
    @anurag3555 3 года назад +2

    First