Problem I have been told for my code below i need to “Improve and optimise the codebase of the application […]

Problem I wasn’t quite happy with the way localStorage handles non-string values, for example localStorage.setItem(“foo”,{test:5});localStorage.getItem(“foo”); returns string literal ‘[object Object]’, […]