What code print the endianness of the operating system?
console.log('endianness : ' + os.getEndianness());
console.log('endianness : ' + os.endianness);
console.log('endianness : ' + os.endianness());
None of the above.
Correct Answer : C
What is Node.JS?
Which of the following command will show version of npm?
Which of the following is true about EventEmitter.on property?