check if session storage exists code example Example: check if localstorage key exists if (localStorage.getItem("username") === null) { //... }