check if there is no localstorage item key code example Example: check if localstorage key exists if (localStorage.getItem("username") === null) { //... }