https://github.com/hemantdutta/wsd-lab-6
Write a JavaScript to implement cookies with the following condition -Add at least three fields in cookies and two fields in session and local storage -Set the default webpage background color and image using cookies -Set the Expiry date for minimum two cookies and also perform the following operations -Add cookie -Read Cookie -Remove Cookie
https://github.com/hemantdutta/wsd-lab-6
Last synced: 3 months ago
JSON representation
Write a JavaScript to implement cookies with the following condition -Add at least three fields in cookies and two fields in session and local storage -Set the default webpage background color and image using cookies -Set the Expiry date for minimum two cookies and also perform the following operations -Add cookie -Read Cookie -Remove Cookie
- Host: GitHub
- URL: https://github.com/hemantdutta/wsd-lab-6
- Owner: HemantDutta
- Created: 2022-12-05T14:25:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T05:37:09.000Z (over 2 years ago)
- Last Synced: 2024-12-25T23:42:05.665Z (4 months ago)
- Language: JavaScript
- Size: 5.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WSD-LAB-6
Write a JavaScript to implement cookies with the following condition -Add at least three fields in cookies and two fields in session and local storage -Set the default webpage background color and image using cookies -Set the Expiry date for minimum two cookies and also perform the following operations -Add cookie -Read Cookie -Remove Cookie