Small key-value pairs stored by the browser per domain.
- Category: JS Cookies — part of the JavaScript Tutorial on GoCareerGo
- Read the short summary above, then check the linked docs for full syntax/behaviour
- Interview tip: be ready to explain "What are Cookies?" in one sentence, then back it up with a tiny example
// What are Cookies? — minimal example
console.log("What are Cookies?");Tip
Quick recall: "What are Cookies?" — small key-value pairs stored by the browser per domain.