![]() |
VOOZH | about |
The getItem() method is used to retrieve the storage object which is specified by the user. This storage object can be localStorage object or sessionStorage object. Syntax:Parameters: It requires Keyname which specifies name of the key used for getting the value.
Return Value: A String, representing the value of the specified key.
Example: Get item from local storage.
Output:
Before:
After:
Supported Browsers: The browser supported by DOM getItem() Method are listed below: