JS Coding Questions Logo
JS Coding Questions
#39💼 Interview

Why do you need a Cookie

Advertisement

728x90

Cookies are used to remember information about the user profile(such as username). It basically involves two steps,

1. When a user visits a web page, the user profile can be stored in a cookie.

2. Next time the user visits the page, the cookie remembers the user profile.

Advertisement

Responsive Ad
🎯 Practice NowRelated Challenge

JavaScript Coding Exercise 41

Test your knowledge with this interactive coding challenge.

Start Coding

Advertisement

728x90
39of476