Last active
June 1, 2017 21:10
-
-
Save choonkending/fb6fc81804ddd3698a64c9814f744604 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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