Which of the following is NOT true about the method process.on()? a. It launches the server. b. It is a signal handling method. c. It is a global object in Node.js that is available from anywhere, and it allows us to manipulate the existing process. d. It allows us to specify what to do with some of the familiar standard UNIX system signals.Which of the following is NOT true about the method process.on () ?
a. It launches the server
b. It is a signal handling method
c. It is a global object in Node.js that is available from anywhere, and it allows us to manipulate the existing process
d. It allows us to specify what to do with some of the familiar standard UNIX system signals