The Ins and Outs of localStorage and sessionStorage

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

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

  • @simpleprogramming4671
    @simpleprogramming4671 5 лет назад +1

    I like the way you explain JavaScript man . I can understand everything easily. Thank you

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

    Another excellent video, thank you for your explanation!

  • @JoeBoo532
    @JoeBoo532 5 лет назад +2

    I'm glad I found your channel! :D

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

    Very Useful. Thanks

  • @tirmey
    @tirmey 7 лет назад

    Great video! That´s a very useful concept, to carry information between pageloads in frontend. Thank you, Steven!

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

    Special thanks for 4:01.

  • @scottk5083
    @scottk5083 4 года назад

    Thank you!!

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

    Hey thank you for the video, is there a way to get local storage changes displayed on the browser without refreshing the page.
    I'm making a shopping cart, if the user changes the quantity of an item in the cart, the values change but don't get displayed unless the page refreshed

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

      You can just update the DOM element where you want it to display. If you are working with vanilla JavaScript you could use .innerHTML.

  • @smmosfequrrahaman3768
    @smmosfequrrahaman3768 6 лет назад

    Thanks .. you are a boss

  • @itsdannyftw
    @itsdannyftw 7 лет назад +1

    Will you do a video on IndexedDB? And contrast this to localStorage?

    • @AllThingsJavaScript
      @AllThingsJavaScript  7 лет назад +1

      Thanks for the suggestion! I think it would be good to cover that as well. I will need to do some research and figure out how best to present indexedDB.

    • @itsdannyftw
      @itsdannyftw 7 лет назад

      All Things JavaScript, LLC Sounds great. Appreciate your consideration of it!

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

    JavaScript for get data into table from localStorage in html