Local And Session Storage! | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Local And Session Storage!

My question is does HTML specify to JavaScript if you are using either Local or Session Storage, or have I interpreted the HTML lesson wrong!

23rd Oct 2018, 3:35 PM
Johnny Meyer
Johnny Meyer - avatar
1 ответ
0
Well javascript tell the browser what to do with the data/cookie. Local storage is saves indefinitely while Session only saves it til the when the tab is closed. Html just add content to the website while javascript adds the functionality.
6th Nov 2018, 6:47 AM
Mike