0
Q:

how to check is the key of a localstorage is emopty

if (localStorage.getItem("username") === null) {
  //...
}
2
if (localStorage.getItem("username") === null) {
  //...
}
0

New to Communities?

Join the community