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 sessionStorage object data __________

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

Answer: d
Explanation: sessionStorage object works same as localStorage object except the data is stored for one session only. When the use closes the browser the data is deleted.

Join The Discussion