Skip to content

Instantly share code, notes, and snippets.

@andresgallo
Created September 20, 2012 10:06
Show Gist options
  • Save andresgallo/3755044 to your computer and use it in GitHub Desktop.
Save andresgallo/3755044 to your computer and use it in GitHub Desktop.
localStorage test
if('test' in localStorage)alert('s');
else localStorage.test = 's';
alert(localStorage.test);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment