Local Storage - Session Storage - Cookies
Local Storage - the longer game
localStorage is a property that allows JavaScript sites and apps to save key-value pairs in a web browser with no expiration date. This means the data stored in the browser will persist even after the browser window is...
deeevv.hashnode.dev3 min read