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