adspace


Explain – 'console.log([data][, …])' statement in node.js?

Answer Posted / Himanshu Dwivedi

The console.log() function is a built-in function in Node.js that allows you to output data to the console. It accepts zero or more arguments, which are the data to be logged. The square brackets create an array for multi-value logging.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is node js losing popularity?

588


How we can read a file in node js?

567