Multiple choice technology web 2.0

What is the time limit to store data in localStorage object.

  1. 1 day

  2. 1 week

  3. 1 year

  4. No limit

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Data stored in localStorage persists across browser sessions with no expiration time limit. It remains available until explicitly deleted by the user or the application code. This distinguishes it from sessionStorage, which expires when the page session ends, and cookies, which have configurable expiration dates.