728x90
반응형
https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
Window: localStorage property - Web APIs | MDN
The localStorage read-only property of the window interface allows you to access a Storage object for the Document's origin; the stored data is saved across browser sessions.
developer.mozilla.org
https://www.w3schools.com/jsref/met_storage_removeitem.asp
Storage removeItem() Method
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
728x90
반응형
'Front > JS & jQuery' 카테고리의 다른 글
[js] 배열 중복 제거 (0) | 2023.06.25 |
---|---|
[js] console.log [object Object] (0) | 2023.06.22 |
[jQuery] class name 가져오기 (0) | 2023.06.18 |
[js] 스크롤 관련 함수 (0) | 2023.06.17 |
[jQuery] trigger() (0) | 2023.06.13 |