Advertisement
alatoru

testtt

Jun 2nd, 2020 (edited)
779
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (localStorage.getItem("users") === null) {
  2.     users= [];
  3.   } else {
  4.     users= JSON.parse(localStorage.getItem("users"));
  5.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement