Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T05:37:09.000Z (about 2 years ago)
- Last Synced: 2024-11-06T17:31:08.728Z (about 2 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