Skip to content

Instantly share code, notes, and snippets.

@enricopolanski
Created May 14, 2018 17:50
Show Gist options
  • Save enricopolanski/a260a8bb551ca0d14ef4a98409f49bb7 to your computer and use it in GitHub Desktop.
Save enricopolanski/a260a8bb551ca0d14ef4a98409f49bb7 to your computer and use it in GitHub Desktop.
Object.keys(UserData).forEach( key => { window.localStorage.setItem(key.toString(), UserData[key]); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment