Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

In localStorage object data ________

a) is deleted after the browser has been closed
b) is not deleted after the browser has been closed
c) can be seen but can not edit
d) can be seen as well as edit

Answer: b
Explanation: Data with no expiration date is stored by localStorage object. Here the data is not deleted if we close the browser. We can have data at the next day or week or year.

Join The Discussion