Retrieves an item from browser's local storage.
The name of the "thing" you want to get.
The stored data
Stores data. Can store string, number, boolean and objects.
The name of the "thing" to store. (We use this to get it out later)
The actual thing to store.