Skip to content

Instantly share code, notes, and snippets.

@DenisCangemi
Created January 10, 2021 11:13
Show Gist options
  • Save DenisCangemi/44c61317498289830242bb3419199979 to your computer and use it in GitHub Desktop.
Save DenisCangemi/44c61317498289830242bb3419199979 to your computer and use it in GitHub Desktop.
for (let i = 0; i < localStorage.length; i++){
let key = localStorage.key(i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment