1.
In node.js, the maximum size of a cookie is ____________.
2.
In node.js, which of the following is a boolean cookie attribute?
3.
Which of the following codes is used to print Hey after one second using JavaScript?
4.
In node.js, the load method is used for _____________________________________.
5.
In node.js, which of the following statements is true for the callback function?
6.
What does the buf.toJSON() method return in Node.js?
7.
Which of these describes the purpose of Buffer.isEncoding(encoding) in Node.js?
8.
In Node.js, which of the following functions deregisters an event handler called f?
9.
In Node.js, which of these removes all the handlers for name events?
10.
Which of the following functions is a synonym for the emitter.on() function in Node.js?