Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.
To read cookies, use document.cookie:
const cookies = document.cookie
This returns a string containing all cookies for the page, separated by semicolons:
'name1=Flavio1; name2=Flavio2; name3=Flavio3'