Program to Check Palindrome using for loop in Javascript

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.พ. 2025
  • Program to Check Palindrome using for loop in Javascript
    In This Tutorial, We will learn about the Program to Check Palindrome using for loop in Javascript Full Tutorial Step By Step with proper guidance.
    Please subscribe and press the bell icon to receive daily updates
    Facebook: / wscubetech.india
    Twitter: / wscube
    Instagram: / wscubetechindia
    LinkedIn: / wscubetech
    TH-cam: - / @scoreshala
    Website: www.wscubetech.com
    #Palindrome #javascript #CheckPalindromeusingforloop

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

  • @bruhathimusicalwings1503
    @bruhathimusicalwings1503 2 ปีที่แล้ว +3

    thank you sirji...clear understanding....i subscribed...for learning more stuff like this👍

  • @017m.shahzaibafzal4
    @017m.shahzaibafzal4 4 ปีที่แล้ว +4

    Great effort

  • @SoloWanderer25
    @SoloWanderer25 2 ปีที่แล้ว +1

    good work sir! really helpful, Thankyou!!

  • @joshuadan619
    @joshuadan619 2 ปีที่แล้ว +2

    it's really very helpful and understandable,thank you sir

  • @MohdAmir-u4u
    @MohdAmir-u4u 7 หลายเดือนก่อน +2

    It would be more helpful if the speaker just speak english tho, I dont understand what the speaker talked at all. The intro slide and the title of the video is english but the speaker dont speak in english which is considered the international language for a lot of people. Still appreciate the effort of the video

  • @goharabbas594
    @goharabbas594 2 ปีที่แล้ว +2

    thank you so much sir you have cleared my big concept thank you so much thank you so much

  • @017m.shahzaibafzal4
    @017m.shahzaibafzal4 4 ปีที่แล้ว +2

    Thanks sir

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

    check palindrome
    Enter the value to check the palindrome



    function checkpalindrome()
    {
    var string =palindrome1.text1.value
    var len=string.length;
    var result=true;
    for
    (var i=0;i

  • @kundankumar-nz7ws
    @kundankumar-nz7ws ปีที่แล้ว +3

    not working is code

  • @Naniy55462
    @Naniy55462 2 ปีที่แล้ว +1

    Looping only half of whole is a good performance code.

  • @Jaffar_Hussain786
    @Jaffar_Hussain786 ปีที่แล้ว

    Is it working for numbers?

  • @ahsanshahzad7085
    @ahsanshahzad7085 2 ปีที่แล้ว +1

    Sir aap iska code bhi send kar diya Karen please

  • @arshdeepsinghchhabra1671
    @arshdeepsinghchhabra1671 2 ปีที่แล้ว

    what if input is daD it will print string is not palindrome