Advertisement
crexin

Clear localStorage using JavaScript

Feb 10th, 2023
785
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //Clear localStorage in Browser using JavaScript
  2. localStorage.clear();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement