Home »
MCQs »
Koa.js MCQs
Which of the following Sets a new cookie or updates an existing cookie?
25. Which of the following Sets a new cookie or updates an existing cookie?
- ctx.cookies.set()
- ctx.set()
- cookies.set()
- set.cookies()
Answer: A) ctx.cookies.set()
Explanation:
ctx.cookies.set(), Sets a new cookie, or updates an existing cookie.