storageSetStores data to the local storage.### Parameters* key [string][1] name of the entry
dataany data to store in the local storage### Examples```javascript storageSet('key', data);
key [string][1] name of the entrydata any data to store in the local storage### Examples```javascript
storageSet('key', data);