Build a Palindrome Checker Project | FreeCodeCamp

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

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

  • @misgechekole2668
    @misgechekole2668 20 วันที่ผ่านมา

    Iam from Ethiopia 🇪🇹 Thank you so much brother

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

    Good job on this. well done

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

    Please do walk through labs for Microsoft Applied Skills, Administration field to be specific.

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

    Where there is split('') can also write that as [...mystring].arraymethod, where arraymethod is a method such as filter and mystring is the string expression. If not using regex, use the charCodeAt method. For example const lowerCaseStr = [...str].filter((c) => c.charCodeAt(0) >= 48 && c.charCodeAt(0) =65 && c.charCodeAt(0) =97 && c.charCodeAt(0)