the website https://github.com/js-cookie/js-cookie has very limited explanation for certain commands I wondered if there was a way i could set a cookie to expire in a certain date no matter when its clicked
('completedquiz1', 'true', { expires: 1 })
the website https://github.com/js-cookie/js-cookie has very limited explanation for certain commands I wondered if there was a way i could set a cookie to expire in a certain date no matter when its clicked
('completedquiz1', 'true', { expires: 1 })