Last active
August 1, 2016 19:31
-
-
Save Microfed/8ad881304a640da9ebc4cfb59cfecee7 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
| 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