A dev. would use local storage for a web app. because the state of the application won’t be reset everytime the user closes down and restarts. Instead it will maintain it’s last ‘spot’.
Any personal sensitive information?
Local storage can store strings. You can use JSON.stringify() methods to convert the data type to a string. JSON.parse() To convert it back to object.