storageRemoveRemoves an entry from the local storage.### Parameters* key [string][1] of the entry to remove### Examples```javascript
storageRemove('key');
key [string][1] of the entry to remove### Examples```javascriptstorageRemove('key');