Home »
MCQs »
Express.js MCQs
Which of the following do you need to install to acquire cookie abilities in Express.js?
18. Which of the following do you need to install to acquire cookie abilities in Express.js?
- cookie-parser
- Cookie—
- Parser_cookie
- Use_cookies
Answer: A) cookie-parser
Explanation:
cookie-parser is installed to acquire cookie abilities in Express.js.