Answers for "how to check if data exists in local storage javascript"

5

how to check if local storage variable exists in javascript

if (localStorage.getItem("username") === null) {
  //...
}
Posted by: Guest on February-28-2020

Code answers related to "how to check if data exists in local storage javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language