indexOf and lastIndexOf methods | String Object In JavaScript

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

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

  • @CodeExplained
    @CodeExplained  7 дней назад +1

    🚨 Big Announcement! 🚨
    Hey everyone! I've made a big decision for this channel-I've turned off ads on all my videos! That's right, you can now enjoy all my content ad-free! This means I'm earning $0 from ad revenue, but I believe this is the right move to make your viewing experience better.
    If you find my content valuable and want to support my work, there are several ways you can help:
    Like & Share: Simply liking the video and sharing it with friends helps a lot!
    Subscribe & Hit the Bell: Stay updated and never miss a new video.
    RUclips Thanks: Use the "Thanks" button below to send a one-time donation.
    Join the Channel Community: Get exclusive perks and behind-the-scenes content.
    Buy Me a Coffee: buymeacoffee.com/CodeExplained
    PayPal Donation: www.paypal.com/paypalme/CodeExplained
    Every little bit counts and goes directly to creating more high-quality content for you all. Thank you so much for your continued support!
    Let’s keep growing and learning together! 🌟

  • @bencielcabutin6815
    @bencielcabutin6815 Год назад +1

    Bro! your effort in making this video and visualizations is A++.Thank you so much!

  • @M.Maria.
    @M.Maria. Год назад +1

    thank you very much, please continue making such videos

  • @codingtime3803
    @codingtime3803 Год назад +1

    Thankyou so much. You have explained it very well

  • @user-ce3bb8qc1k
    @user-ce3bb8qc1k Год назад

    Thank you very much. Your explanations is so precisful and understandable.

  • @reitei1756
    @reitei1756 Год назад

    thank you so much for making this series, very helpful

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

    Love the way you Teach. Love from Bangladesh 🇧🇩

  • @natashalesyk5764
    @natashalesyk5764 4 месяца назад

    Thank you!!!

  • @kumuthusandeepa8045
    @kumuthusandeepa8045 Год назад

    Thanks ,IT is very helpful and superb explanation

  • @abahiduh3246
    @abahiduh3246 2 года назад +1

    THANK U GREAT MAN, You have GREAT GREAT TUTORIALS. MY WISH is that u could pick a practical e.g CRUD IN JS and explain the logic. or explain the common JS logic. Thanks again

    • @CodeExplained
      @CodeExplained  2 года назад +1

      You're welcome.
      thanks for your suggestion.
      So when you said CRUD do you mean any particular database?

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

      @@CodeExplained it could use nodejs with vanilla JavaScript or just like the TODO LIST you did but you explain the logic of CREATE, READ, UPDATE and DELETE. how the logic interact with the DOM (form) and events. Thank u very much again

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

      @@CodeExplained here a link ruclips.net/video/fL9cts8ykbUo/видео.htmlf example BUT YOUR EXPLANATION IS THE BEST ON JS IN RUclips; I have subscribed to many channels. ONLY YOUR CHANNEL EXPLAIN THE JS LOGIC.
      if u can EXPLAIN the
      1. CREATE, how the code is submitted in the forms, display list and what happens in the console.
      2.READ, the LOGIC of how the code also displays items from local storage etc... no on PLAINS these METHOD: getItems(), parse() etc
      THE MAJOR confusion is to understand how the DOM affects the CONSOLE

  • @fizaabid28
    @fizaabid28 7 месяцев назад

    excellent

  • @andiamakaza24
    @andiamakaza24 2 года назад +2

    It's 1:41am in India 😴😴

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

    Thank you! Great job 👏🏼

  • @MuhammadAdnan2.0
    @MuhammadAdnan2.0 2 года назад

    Please do more, great explained....

  • @ChicoWebDev
    @ChicoWebDev Год назад

    thank you so much

  • @matt112fly
    @matt112fly Месяц назад

    SOLID !

  • @stephen1569
    @stephen1569 Год назад

    Sounds to me like empty string is philosophically like the human soul.
    From StackOverflow…
    The empty string is everywhere, and nowhere. It is within all strings at all times, permeating the essence of their being, yet as you seek it you shall never catch a glimpse.
    Indeed, the empty string can be found between any two adjacent characters in a string as well as at the start and end. The first such instance is the very start of the string, namely position 0. All characters are separated by an empty String.
    A string contains the empty string in order to be in accordance with Set Theory, according to which:
    The empty set is a subset of every set including itself.
    This also means that even the empty string contains the empty string.

  • @PratikPawar-w6q
    @PratikPawar-w6q 8 дней назад

    s.lastIndexOf('' ") returns 29