Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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