removeItem(key)
Removes an item.
Arguments
key
(string): A string to remove an item under.
Returns
(bool): true
if item is found and deleted, false
otherwise.
Example
Last updated
Removes an item.
key
(string): A string to remove an item under.
(bool): true
if item is found and deleted, false
otherwise.
Last updated