Vidyalelo
JavaScript · Q137

Document Object Model And Event Handling

Programming · JavaScript · question 137

Q137

How can you set a Cookie visibility scope to localStorage?

A.
/
Answer
B.
%
C.
*
D.
All of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
Setting the path of a cookie to “/” gives scoping like that of localStorage and also specifies that the browser must transmit the cookie name and value to the server whenever it requests any web page on the site.