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