Correct Answer: .history
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Node.js Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Node.js MCQ Questions
Which statement is true when you run the code shown below? require('child_process').fork('script.js');
If EventEmitter is in scope, which of the following lines of code will have an event emitter emitting a change event?
Which of the following objects is a stream
Which module variable holds the resolved absolute path of the current module file?
If the child_process module methods are in scope, what is a current way to execute the command ps -ef using a child process?
What syntax is correct for reading environment variable?
The Cryptography module requires OpenSSL.
The interactive shell is also called_____?
How do you start the node.js REPL?
Timer functions are built into node.js, you do not need to require() this module in order to use them.