Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. let a = () => {
  2. var p
  3. var q
  4. document.querySelector("#LoginBtn").addEventListener('click', function (evt) {
  5. var a = document.querySelector("#Login").value;
  6. var b = document.querySelector("#Pass").value;
  7. localStorage.setItem(p, a);
  8. localStorage.setItem(q, b);
  9. })
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement