how to check if an item exists in localstorage code example Example: check if localstorage key exists if (localStorage.getItem("username") === null) { //... }