Skip to content

Instantly share code, notes, and snippets.

@rashid327
Created February 18, 2020 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rashid327/202a22429886cbccb00ceb1c74c3b1b1 to your computer and use it in GitHub Desktop.
Save rashid327/202a22429886cbccb00ceb1c74c3b1b1 to your computer and use it in GitHub Desktop.
javaScript localStorage
// set data on localstorage
localStorage.setItem("username", "admin");
// get data from localstorage
localStorage.getItem("username");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment