Web technologies Questions | Node.js Quiz | Set-3 | Question 1
Which below module is used to get end-of-line character as specified by the operating system ?
(A) os.EOL
(B) os.endianness()
(C) os.cpus()
(D) os.arch()
Answer: (A)
Explanation: The os.EOL comes with an os module which is used to get an end-of-line character or marker as specified by the operating system. It returns the end of the line marker.
Quiz of this Question
Please comment below if you find anything wrong in the above post