Tag: localStorage

  • JavaScript Problem: Passing a JavaScript Value Between HTML Pages

    In this tutorial we are going to look at passing a value from one HTML page to another. We will use two techniques: localstorage and the query string. The value we are going to pass is the number of milliseconds so that we can determine elapsed time. For more resources on JavaScript: http://www.allthingsjavascript.com Access to…

  • cookies vs localStorage vs sessionStorage – Beau teaches JavaScript

    What’s the difference between cookies, local storage, and session storage? They are all ways to store data in a user’s browser but they each have different uses. 💻 Code: http://codepen.io/beaucarnes/pen/KmeRMx?editors=0011 🐦 Beau Carnes on Twitter: https://twitter.com/carnesbeau ⭐JavaScript Tutorials Playlists⭐ ▶JavaScript Basics: https://www.youtube.com/playlist?list=PLWKjhJtqVAbk2qRZtWSzCIN38JC_NdhW5 ▶Data Structures and Algorithms: https://www.youtube.com/playlist?list=PLWKjhJtqVAbkso-IbgiiP48n-O-JQA9PJ ▶Design Patterns: https://www.youtube.com/playlist?list=PLWKjhJtqVAbnZtkAI3BqcYxKnfWn_C704 ▶ES6: https://www.youtube.com/playlist?list=PLWKjhJtqVAbljtmmeS0c-CEl2LdE-eR_F ▶Clean Code: https://www.youtube.com/playlist?list=PLWKjhJtqVAbkK24EaPurzMq0-kw5U9pJh…