Google News
logo
Koa.js - Quiz(MCQ)
Which of the following Sets a new cookie or updates an existing cookie?
A)
ctx.set()
B)
cookies.set()
C)
set.cookies()
D)
ctx.cookies.set()

Correct Answer :   ctx.cookies.set()


Explanation : ctx.cookies.set(), Sets a new cookie, or updates an existing cookie.

Advertisement