Nalini1998 / Project_Public

MIT License
2 stars 0 forks source link

Which of the following is NOT true of the console.log() method in Node.js? #574

Closed Nalini1998 closed 1 year ago

Nalini1998 commented 1 year ago

A. It is primarily used for debugging purposes.

B. It prints messages to the terminal.

C. It outputs messages to the browser console.

D. It can be used without requiring in the console module.