Skip to content

Instantly share code, notes, and snippets.

@choonkending
Last active June 1, 2017 21:10
Show Gist options
  • Save choonkending/fb6fc81804ddd3698a64c9814f744604 to your computer and use it in GitHub Desktop.
Save choonkending/fb6fc81804ddd3698a64c9814f744604 to your computer and use it in GitHub Desktop.
const doSomethingWithUserData = () => {
const cage = getUserFromLocalStorage('cage');
// do wonderful things
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment