How many arguments does ctx.cookies.set() takes?

26. How many arguments does ctx.cookies.set() takes?

  1. 3
  2. 4
  3. 5
  4. 2

Answer: A) 3

Explanation:

ctx.cookies.set(), takes three required arguments i.e., name and value, and one optional argument.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.