How to save persistent data to the user's browser with localStorage
In this tutorial, I'll teach you how to save persistent data to the user's browser using the localStorage object, which is part of the HTML Web Storage API. I'll cover some simple use cases, including saving a game hiscore, some to-do list data and t...
Jun 17, 20217 min read209
