Cookies in JavaScript.
Web browsers and servers use HTTP protocol to communicate. HTTP is a stateless protocol, i.e it doesn't maintain the client's data across multiple requests made by client. This complete request-response cycle between the client and the server is call...
olabodeolusegun.hashnode.dev5 min read