Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <script>
  2. console.log('here!');
  3. console.log(window);
  4. console.log(window.location);
  5. if ('localStorage' in window) {
  6. console.log(window.localStorage);
  7. } else {
  8. console.log('no suppot!')
  9. }
  10. </script>
  11.  
  12. <div>
  13. content
  14. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement