Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

check if localstorage key exists js

if("user" in localStorage){
   alert('yes');
} else {
   alert('no');
}
 
PREVIOUS NEXT
Tagged: #check #localstorage #key #exists #js
ADD COMMENT
Topic
Name
8+4 =