Web Storage | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Web Storage

Hi all. Please tell me where to find detailed literature on the topic of web storage

11th May 2022, 11:16 AM
Роман Жигунов
Роман Жигунов - avatar
4 Answers
+ 2
this is not did like that you can get key's value like this: var key = window.localStorage.getItem("key_name"); *key_ name is your key name who's Store in localStorage
26th May 2022, 5:38 PM
Vijay Shankar Patidar
Vijay Shankar Patidar - avatar
+ 1
just google about perticular web storage as : 1. localStorage 2. sessionStorage 3. IndexedDb 4. webSQL 5. Cookies
11th May 2022, 11:36 AM
Vijay Shankar Patidar
Vijay Shankar Patidar - avatar
0
how to get the index of one key correctly like this "var key = window.localStorage.key[1]"??
11th May 2022, 1:19 PM
Роман Жигунов
Роман Жигунов - avatar
0
Thanks, but I already figured it out myself)
26th May 2022, 7:19 PM
Роман Жигунов
Роман Жигунов - avatar