Skip to content

Instantly share code, notes, and snippets.

@morellodev
Created April 26, 2019 10:02
Show Gist options
  • Select an option

  • Save morellodev/db236c1612c6ffb11d8e28154ce4a3c2 to your computer and use it in GitHub Desktop.

Select an option

Save morellodev/db236c1612c6ffb11d8e28154ce4a3c2 to your computer and use it in GitHub Desktop.
LocalStorage - Retrieve Data
let savedTheme;
if ('localStorage' in window) {
savedTheme = localStorage.getItem('theme');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment