Skip to content

Instantly share code, notes, and snippets.

@Microfed
Last active August 1, 2016 19:31
Show Gist options
  • Save Microfed/8ad881304a640da9ebc4cfb59cfecee7 to your computer and use it in GitHub Desktop.
Save Microfed/8ad881304a640da9ebc4cfb59cfecee7 to your computer and use it in GitHub Desktop.
sessionStorage.setItem('test', 'string');
console.log(sessionStorage.getItem('test'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment