DEV Community

Discussion on: Using LocalStorage to improve your webpage

Collapse
 
sudarshansb143 profile image
sudarshan

It will clear your whole storage regardless of how toy stored the data.

Thread Thread
 
sbrevolution5 profile image
Seth A Burleson

Looks like you would be better off using localStorage.removeItem("keyToRemove") since it would only remove one item