Discussion :: Javascript - CS
- What is the lifetime of the data stored through localStorage?
Answer : Option A
Explanation :
Data stored through localStorage is permanent: it does not expire and remains stored on the user’s computer until a web app deletes it or the user asks the browser (through some browser-specific UI) to delete it.
Be The First To Comment