Review Note
Last Update: 10/07/2023 08:28 AM
Current Deck: (publish) JavaScript
Published
Fields:
Front
Как получить значение по ключу в localStorage и sessionStorage?
Back
getItem(key) – получает значение по ключу (key)
localStorage.getItem(key)
sessionStorage.getItem(key)
localStorage.getItem(key)
sessionStorage.getItem(key)
Suggested Changes:
Deck Changes (Suggestion to move the Note to the following Deck):
Field Changes:
Tag Changes: