Local Storage for Beginners | JavaScript Tutorial

  Рет қаралды 9,889

OpenJavaScript

OpenJavaScript

Жыл бұрын

👉 Source code: openjavascript.info/2022/06/2...
⚡ Looking for high-performance, afforable web hosting? We use HostWithLove: bit.ly/3V2RM9Q ❤️
This tutorial shows you how to use browser local storage in JavaScript (Web Storage API). This includes localStorage, sessionStorage, and how to pass arrays and objects through local storage.
#localstorage #sessionstorage #javascript #javascript_tutorial #webdevelopment
🔔 Subscribe for more tutorials just like this: / @openjavascript
⚡ NEW: Web development courses from Meta Inc. ⚡
Front-End Developer Professional Certificate: imp.i384100.net/b3dMek
Back-End Developer Professional Certificate: imp.i384100.net/gbYorg
iOS Developer Professional Certificate: imp.i384100.net/Jr7qj2
Meta Android Developer Professional Certificate: imp.i384100.net/oeYnGo
Meta Database Engineer Professional Certificate: imp.i384100.net/BX7KGB
Website: openjavascript.info

Пікірлер: 20
@OpenJavaScript
@OpenJavaScript Жыл бұрын
Thanks for watching! 👉 Source code: openjavascript.info/2022/06/29/save-data-to-the-browser-with-localstorage-and-sessionstorage/
@audreyandremington5265
@audreyandremington5265 5 ай бұрын
I was freaking out cuz i have never done javascript before and havent done html since middle school and i had to basically do this for a group project. thank you so much for this video, the example was exactly what i needed.
@MarstonH
@MarstonH 6 ай бұрын
subscribed, very helpful, a bit above my understanding at this point in my journey but you were so clear and its appreciated
@viniciusm.m.7822
@viniciusm.m.7822 Жыл бұрын
Dude, thank you so much for these awesome JS videos! Though I´m learning C# now due to the need for a job in Brazil, I still watch and learn A LOT from you! God bless!
@OpenJavaScript
@OpenJavaScript Жыл бұрын
You're welcome! I enjoy making the videos. That's interesting that you're learning C# because of job demand. Are there not so many JavaScript jobs around in Brazil at the moment`?
@viniciusm.m.7822
@viniciusm.m.7822 Жыл бұрын
@@OpenJavaScript There are good jobs for Javascript here, but for more "senior" developers. For juniors is almost impossible. I enjoy a lot JS and React, and now I´ll do the same with C# and Angular! haha
@raven.4815
@raven.4815 9 ай бұрын
Eu sou de Argentina e nao é dificil encontrar um trabalho se voce aprender JS, mas é um poco dificil facerlo si voce aprender C# lol@@viniciusm.m.7822
@ultronsam1214
@ultronsam1214 Жыл бұрын
Thank you sir! I appreciate big time for this Videos. They've been helpful.
@OpenJavaScript
@OpenJavaScript Жыл бұрын
That's great to hear!
@ultronsam1214
@ultronsam1214 Жыл бұрын
You are a Legend. ✌️👏
@OpenJavaScript
@OpenJavaScript Жыл бұрын
Thanks for watching :)
@Programming-Fun-With-Hima
@Programming-Fun-With-Hima Жыл бұрын
You deserve millions of subscribers ❤
@OpenJavaScript
@OpenJavaScript Жыл бұрын
Thanks, this is a really kind comment. If that were to ever happen, I'd be delighted!
@tqaquotes9379
@tqaquotes9379 Жыл бұрын
Subscribed
@tqaquotes9379
@tqaquotes9379 Жыл бұрын
How can I do this: If a local key, entered by the user already exists in the local storage, then add a 1 to it. For example: If local key nickname already exists, then, make it nickname1. ?
@OpenJavaScript
@OpenJavaScript Жыл бұрын
This should do the trick: // Create item: localStorage.setItem('item', 'nickname'); // Update item: if (localStorage.getItem('item')) { const val = localStorage.getItem('item') + 1; console.log(val); // nickname1 localStorage.setItem('item', val); }
@ibukunoluwafabunmi2685
@ibukunoluwafabunmi2685 Жыл бұрын
I watched a lot of tutorials but they never explained why we needed to do so muh with JSON and all. Thank you for this amazing tutorial🫶
@OpenJavaScript
@OpenJavaScript Жыл бұрын
That's great, I'm really glad you found this tutorial so useful. Thanks for reaching out to let me know, good luck on your further learning journey :)
@Franck_Polla
@Franck_Polla Жыл бұрын
Take your heart
@OpenJavaScript
@OpenJavaScript Жыл бұрын
Thanks ❤️
Learn localStorage in JavaScript by building a project!
31:14
Max Programming
Рет қаралды 47 М.
Blobs and Blob URLs | JavaScript Tutorial
15:32
OpenJavaScript
Рет қаралды 23 М.
OMG😳 #tiktok #shorts #potapova_blog
00:58
Potapova_blog
Рет қаралды 4,4 МЛН
Was ist im Eis versteckt? 🧊 Coole Winter-Gadgets von Amazon
00:37
SMOL German
Рет қаралды 33 МЛН
The child was abused by the clown#Short #Officer Rabbit #angel
00:55
兔子警官
Рет қаралды 24 МЛН
Local Storage & Session Storage [ with Code Examples ]
14:52
Akshay Saini
Рет қаралды 217 М.
JavaScript LocalStorage and Session Storage API Tutorial
19:01
Pass a Variable Value from One HTML Page to Another
12:24
OpenJavaScript
Рет қаралды 55 М.
cookies vs localStorage vs sessionStorage - Beau teaches JavaScript
9:05
freeCodeCamp.org
Рет қаралды 173 М.
Create and Read Query Strings (URL parameters) - JavaScript Tutorial
11:55
Read a file using the FileReader API - JavaScript Tutorial
25:48
OpenJavaScript
Рет қаралды 20 М.
JavaScript Cookies vs Local Storage vs Session Storage
14:28
Web Dev Simplified
Рет қаралды 732 М.
Sending a form using the FormData object - JavaScript Tutorial
13:10
OpenJavaScript
Рет қаралды 36 М.
OMG😳 #tiktok #shorts #potapova_blog
00:58
Potapova_blog
Рет қаралды 4,4 МЛН