What is the role of a 'cookie' in web development?
Q1. What is the role of a 'cookie' in web development?
Answer: To store user data on the client-side
Explanation: Cookies store user data, such as preferences and session information, on the client-side, allowing for personalized experiences.