getItem(key)
Returns an item.
Arguments
key
(string): A string used to find and fetch item under.
Returns
(Item): Item, an object.
(undefined): If item is not found, returns undefined
.
Example
Last updated
Returns an item.
key
(string): A string used to find and fetch item under.
(Item): Item, an object.
(undefined): If item is not found, returns undefined
.
Last updated